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