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