UNPKG

mic-inspector

Version:

A react inspector which a most similar of Chorme DevTools inspector

8 lines (7 loc) 201 B
import React from 'react'; import { PropertyProps } from './types'; /** * Object Proeprty * @param props PropertyProps */ export declare function Property(props: PropertyProps): React.ReactElement;