@loke/design-system
Version:
A design system with individually importable components
3 lines (2 loc) • 360 B
TypeScript
export type { CommandDialogProps, CommandEmptyProps, CommandGroupProps, CommandItemProps, CommandLoadingProps, CommandProps, CommandSeparatorProps, } from "./command";
export { Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandLoading, CommandSeparator, CommandShortcut, createCommandScope, } from "./command";