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