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