UNPKG

storybook-addon-customize-antd-theme

Version:
15 lines (14 loc) 264 B
export interface ArgType { value: string; name: string; desc?: string; type?: string; category?: string; select?: string[]; } export interface ArgTypes { [key: string]: ArgType; } export declare type Args = { [key: string]: any; };