We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82659fa commit cd4d69cCopy full SHA for cd4d69c
packages/react/src/Textarea/Textarea.tsx
@@ -3,7 +3,6 @@ import React from 'react'
3
import {TextInputBaseWrapper} from '../internal/components/TextInputWrapper'
4
import type {FormValidationStatus} from '../utils/types/FormValidationStatus'
5
import type {SxProp} from '../sx'
6
-import {clsx} from 'clsx'
7
import classes from './TextArea.module.css'
8
9
export const DEFAULT_TEXTAREA_ROWS = 7
0 commit comments