reablocks
Version:
Component library for React
10 lines (9 loc) • 366 B
TypeScript
export interface CommandPaletteItemTheme {
/** CSS class applied to the root command palette item. */
base: string;
/** CSS class applied when the item is active or highlighted. */
active: string;
/** CSS class applied when the item is clickable. */
clickable: string;
}
export declare const commandPaletteItemTheme: CommandPaletteItemTheme;