import { AfFiNeIcon, ArrowRightBigIcon, FolderIcon, } from '@blocksuite/icons/rc'; import type { Meta } from '@storybook/react'; import clsx from 'clsx'; import { useCallback, useEffect, useState } from 'react'; import { Switch } from '../switch'; import type { ButtonProps } from './button'; import { Button } from './button'; import * as styles from './button.stories.css'; export default { title: 'UI/Button', component: Button, } satisfies Meta; // const Template: StoryFn = args => ))} ); }; export const Disabled = () => { return ; };