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