UNPKG

mic-inspector

Version:

A react inspector which a most similar of Chorme DevTools inspector

8 lines (7 loc) 264 B
import React from 'react'; import { ObjectValueProps } from './types'; /** * Object value * @param param0 ObjectValueProps */ export declare function ObjectValue({ className, value, preview, maxPropertyLength, ...props }: ObjectValueProps): React.ReactElement;