UNPKG

@structured-types/playground-plugin

Version:

Typescript playground plugin to display the types from source code.

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