default: { args: { onClick: Mock<Procedure> }; argTypes: { backgroundColor: { control: "color" } }; component: (__namedParameters: ButtonProps) => Element; parameters: { layout: string }; tags: string[]; title: string;} = ... Type declaration
args: { onClick: Mock<Procedure> }
argTypes: { backgroundColor: { control: "color" } }
component: (__namedParameters: ButtonProps) => Element
parameters: { layout: string }
tags: string[]
title: string