UNPKG

reablocks

Version:
7 lines (6 loc) 154 B
export interface KbdTheme { base: string; chip: string; } export declare const kbdTheme: KbdTheme; export declare const legacyKbdTheme: KbdTheme;