UNPKG

mic-inspector

Version:

A react inspector which a most similar of Chorme DevTools inspector

8 lines (7 loc) 251 B
import React from 'react'; import { StringValueProps } from './types'; /** * String value * @param param0 StringValueProps */ export declare function StringValue({ after, before, value, className, ...props }: StringValueProps): React.ReactElement;