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