UNPKG

story-wc-generator

Version:

Storybook with StencilJS story template and args generator

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