UNPKG

clickable-json

Version:

Interactive JSON and JSON CRDT viewer and editor

8 lines (7 loc) 208 B
import * as React from 'react'; export interface PropertyLayoutProps { property: string; formal?: boolean; focused?: boolean; } export declare const PropertyLayout: React.FC<PropertyLayoutProps>;