reablocks
Version:
Component library for React
10 lines (9 loc) • 343 B
TypeScript
export interface CommandPaletteInputTheme {
/** CSS class applied to the root input container. */
base: string;
/** CSS class applied to the underlying input element. */
input: string;
/** CSS class applied to the search icon. */
icon: string;
}
export declare const commandPaletteInputTheme: CommandPaletteInputTheme;