UNPKG

storybook-addon-playground

Version:

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

5 lines 192 B
import React from "react"; import { Addon_RenderOptions } from "@storybook/types"; declare const Panel: React.FC<Addon_RenderOptions>; export default Panel; //# sourceMappingURL=Panel.d.ts.map