```ts // Button.stories.ts import type { Meta, StoryObj } from '@storybook/angular'; import { Button } from './Button.component'; const meta: Meta