import { Meta, StoryObj } from '@storybook/react-webpack5'; import { fn } from 'storybook/test'; import Button from '.'; import LegacyButton from './LegacyButton'; // needed for the SB to show correct name in the Source blocks LegacyButton.displayName = 'Button'; const withContainer = (Story: any) => (