UNPKG

@tabula/ui-json-view

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