UNPKG

reablocks

Version:
8 lines (7 loc) 288 B
export interface CommandPaletteSectionTheme { /** CSS class applied to the root section container. */ base: string; /** CSS class applied to the first section in the palette. */ first: string; } export declare const commandPaletteSectionTheme: CommandPaletteSectionTheme;