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