clickable-json
Version:
Interactive JSON and JSON CRDT viewer and editor
32 lines (31 loc) • 1.04 kB
TypeScript
export declare const blue: string;
export declare const negative: string;
export declare const block: string;
export declare const object: string;
export declare const ValueColor: {
nil: string[];
undef: string[];
str: string[];
bool: string[];
num: string[];
zero: string[];
float: string[];
};
export declare const quote: string;
export declare const property: string;
export declare const input: string;
export declare const inputActive: string;
export declare const colon: string;
export declare const list: string;
export declare const line: string;
export declare const lineInner: string;
export declare const bracket: string;
export declare const collapser: string;
export declare const collapsed: string;
export declare const bracketHovered: string;
export declare const insArrBlock: string;
export declare const insArrDot: string;
export declare const insArrLine: string;
export declare const insArrButton: string;
export declare const tooltip: string;
export declare const bottomRightActionPos: string;