@tabula/ui-json-view
Version:
Allows to view JSON in interactive way
5 lines (4 loc) • 371 B
TypeScript
export declare const level: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
export declare const position: Record<"isFirst" | "isLast", string>;
export declare const variants: Record<"string" | "float" | "bool" | "null" | "int" | "boundary" | "placeholder", string>;
export declare const controls: Record<"action" | "toggle", string>;