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