UNPKG

storybook-addon-playground

Version:

A playground to enable consumers learn how to use the component library or to reproduce bugs

5 lines 276 B
import { Documentation } from "react-docgen/dist/Documentation"; type ReactDocGenOutput = Record<string, Documentation[]>; export declare function generateAutocompletion(input: ReactDocGenOutput): Documentation; export {}; //# sourceMappingURL=generate-autocompletion.d.ts.map