UNPKG

@tabula/ui-json-view

Version:
9 lines (8 loc) 166 B
import { FC } from 'react'; type Props = { className?: string; isCollapsed?: boolean; path: string; }; export declare const Toggle: FC<Props>; export {};