UNPKG

mic-inspector

Version:

A react inspector which a most similar of Chorme DevTools inspector

8 lines (7 loc) 247 B
import { ReactElement } from 'react'; import { PropertiesProps } from './types'; /** * Property list * @param param0 PropertiesProps */ export declare function Properties({ className, preview, owner, ...props }: PropertiesProps): ReactElement;