UNPKG

@kopexa/command

Version:

Fast, composable command menu

11 lines (8 loc) 1.87 kB
import { CommandDescription, CommandDescriptionProps, CommandEmpty, CommandEmptyProps, CommandGroup, CommandGroupProps, CommandHeader, CommandHeaderProps, CommandInput, CommandInputProps, CommandItem, CommandItemProps, CommandList, CommandListProps, CommandRoot, CommandRootProps, CommandSeparator, CommandSeparatorProps, CommandShortcut, CommandShortcutProps, CommandTitle, CommandTitleProps } from './command.mjs'; import 'react/jsx-runtime'; import 'cmdk'; import 'react'; declare namespace namespace { export { CommandDescription as Description, CommandDescriptionProps as DescriptionProps, CommandEmpty as Empty, CommandEmptyProps as EmptyProps, CommandGroup as Group, CommandGroupProps as GroupProps, CommandHeader as Header, CommandHeaderProps as HeaderProps, CommandInput as Input, CommandInputProps as InputProps, CommandItem as Item, CommandItemProps as ItemProps, CommandList as List, CommandListProps as ListProps, CommandRoot as Root, CommandRootProps as RootProps, CommandSeparator as Separator, CommandSeparatorProps as SeparatorProps, CommandShortcut as Shortcut, CommandShortcutProps as ShortcutProps, CommandTitle as Title, CommandTitleProps as TitleProps }; } export { CommandDescription as Description, CommandDescriptionProps as DescriptionProps, CommandEmpty as Empty, CommandEmptyProps as EmptyProps, CommandGroup as Group, CommandGroupProps as GroupProps, CommandHeader as Header, CommandHeaderProps as HeaderProps, CommandInput as Input, CommandInputProps as InputProps, CommandItem as Item, CommandItemProps as ItemProps, CommandList as List, CommandListProps as ListProps, CommandRoot as Root, CommandRootProps as RootProps, CommandSeparator as Separator, CommandSeparatorProps as SeparatorProps, CommandShortcut as Shortcut, CommandShortcutProps as ShortcutProps, CommandTitle as Title, CommandTitleProps as TitleProps, namespace as n };