UNPKG

story-wc-generator

Version:

Storybook with StencilJS story template and args generator

12 lines (11 loc) 216 B
interface formatterProps { value: any; description: string; control?: string; options?: string[]; type?: string; } export interface IformatterObj { [key: string]: formatterProps; } export {};