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