/* deepscan-disable USELESS_ARROW_FUNC_BIND */ import { Meta, Story } from '@storybook/react'; import { Button } from '..'; import { ButtonProps } from '../ui/button/interface'; export default { title: 'AFFiNE/Button', component: Button, argTypes: { hoverBackground: { control: 'color' }, hoverColor: { control: 'color' }, }, } as Meta; const Template: Story = args =>