UNPKG

mic-inspector

Version:

A react inspector which a most similar of Chorme DevTools inspector

8 lines (7 loc) 241 B
import React from 'react'; import { UnknownValueProps } from './types'; /** * Unknown value * @param param0 UnknownValueProps */ export declare function UnknownValue({ className, value, ...props }: UnknownValueProps): React.ReactElement;