@voilajsx/uikit
Version:
Cross-platform React components with beautiful themes and OKLCH color science
15 lines • 988 B
TypeScript
export const Command: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
export const CommandInput: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
export const CommandList: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
export const CommandEmpty: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
export const CommandGroup: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
export const CommandItem: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
export function CommandShortcut({ className, ...props }: {
[x: string]: any;
className: any;
}): import("react/jsx-runtime").JSX.Element;
export namespace CommandShortcut {
let displayName: string;
}
export const CommandSeparator: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
//# sourceMappingURL=command.d.ts.map