default: {
argTypes: {
backgroundColor: { control: string };
size: { control: { type: string }; options: string[] };
};
component: typeof $;
tags: string[];
title: string;
} = ...
Type declaration
argTypes: {
backgroundColor: { control: string };
size: { control: { type: string }; options: string[] };
}
component: typeof $
tags: string[]
title: string