import type { Meta, StoryObj } from "@storybook/react"; import * as React from "react"; import { Button } from "."; const meta: Meta = { title: "Example/Button", component: Button, }; type Story = StoryObj; export const Primary: Story = { render: () =>