UNPKG

reablocks

Version:
10 lines (9 loc) 343 B
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;