UNPKG

@tabula/ui-json-view

Version:
10 lines (9 loc) 202 B
import { FC } from 'react'; import { ValueType } from './types'; type Props = { className?: string; jsonPath: string; type: ValueType; }; export declare const Actions: FC<Props>; export {};