UNPKG

story-wc-generator

Version:

Storybook with StencilJS story template and args generator

8 lines (7 loc) 230 B
import { IformatterObj } from "./interfaces"; declare const storyGenerator: (componentTag: string, params: IformatterObj) => { args: {}; argTypes: {}; Template: (args: any) => string; }; export default storyGenerator;