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