UNPKG

reablocks

Version:
8 lines (7 loc) 244 B
export interface KbdTheme { /** CSS class applied to the root keyboard shortcut container. */ base: string; /** CSS class applied to each key chip within the shortcut. */ chip: string; } export declare const kbdTheme: KbdTheme;