UNPKG

@structured-types/instant-documentation-plugin

Version:

Typescript playground plugin to display instant documentation.

8 lines (7 loc) 246 B
import { FC } from 'react'; import { CollapsibleNode } from '@structured-types/api-docs'; export declare type PropTypeTreeProps = { data: CollapsibleNode; name?: string; }; export declare const PropTypeTree: FC<PropTypeTreeProps>;