UNPKG

@tabula/ui-json-view

Version:
7 lines (6 loc) 124 B
import { FC } from 'react'; type Props = { children: string; }; export declare const StringValue: FC<Props>; export {};