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