INIT
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import type { MenuRadioItemProps } from "../types.js";
|
||||
declare const MenuRadioItem: import("svelte").Component<MenuRadioItemProps, {}, "ref">;
|
||||
type MenuRadioItem = ReturnType<typeof MenuRadioItem>;
|
||||
export default MenuRadioItem;
|
||||
Reference in New Issue
Block a user