default: {
argTypes: {
backgroundColor: { control: "color" };
size: { control: { type: "select" }; options: string[] };
};
component: LegacyComponentType;
tags: string[];
title: string;
} = ...
Type declaration
argTypes: {
backgroundColor: { control: "color" };
size: { control: { type: "select" }; options: string[] };
}
component: LegacyComponentType
tags: string[]
title: string