UNPKG

@medalsocial/meda

Version:

Shared Meda UI shell and runtime package.

8 lines (7 loc) 267 B
export interface InspectorJSONProps { data: unknown; /** Indent size in spaces. */ indent?: number; className?: string; } export declare function InspectorJSON({ data, indent, className }: InspectorJSONProps): import("react/jsx-runtime").JSX.Element;