import React from 'react' import { type Meta } from '@storybook/react' import { StickerSheet, type StickerSheetStory } from '~storybook/components/StickerSheet' import { TextArea } from '../index' export default { title: 'Components/TextAreaField/TextArea (primitive)', parameters: { chromatic: { disable: false }, controls: { disable: true }, a11y: { config: { rules: [ { // Built with no label on purpose, to be used within `TextField` where label is present id: 'label', enabled: false, }, ], }, }, }, } satisfies Meta const StickerSheetTemplate: StickerSheetStory = { render: ({ isReversed }) => ( <>