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