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