UNPKG

mic-inspector

Version:

A react inspector which a most similar of Chorme DevTools inspector

8 lines (7 loc) 246 B
import React from 'react'; import { PropertyValueProps } from './types'; /** * Property value * @param param0 PropertyValueProps */ export declare function PropertyValue({ className, value, ...props }: PropertyValueProps): React.ReactElement;