/** * Subpath export for Command components. * Use for smaller bundles when you only need Command/CommandPalette. * Requires: cmdk */ export { Command, CommandDialog, CommandInput, CommandList, CommandEmpty, CommandGroup, CommandItem, CommandShortcut, CommandSeparator, } from "../components/ui/command"; export { CommandPalette } from "../components/custom/command-palette"; export type { CommandPaletteProps } from "../components/custom/command-palette"; //# sourceMappingURL=command.d.ts.map