import React from "react"; import { Meta, StoryObj } from "@storybook/react-webpack5"; import { Textarea } from "./Textarea"; const meta: Meta = { component: Textarea, title: "Primitives/Textarea", argTypes: {}, }; export default meta; type Story = StoryObj; export const Variants: Story = { render: (args) => (