UNPKG

reablocks

Version:
13 lines (12 loc) 301 B
export interface JsonTreeTheme { node: { label: string; value: string; delimiter: string; symbol: string; count: string; }; pager: string; } export declare const jsonTreeTheme: JsonTreeTheme; export declare const legacyJsonTreeTheme: JsonTreeTheme;