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