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