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