UNPKG

@structured-types/instant-documentation-plugin

Version:

Typescript playground plugin to display instant documentation.

5 lines (4 loc) 90 B
import { FC } from 'react'; export declare const Loader: FC<{ label?: string; }>;