UNPKG

@snowball-tech/fractal

Version:

Fractal's (Snowball's design system) React component library based on RadixUI and PandaCSS

8 lines (5 loc) 285 B
import * as react from 'react'; import { TextareaProps } from './Textarea.types.js'; import 'react-textarea-autosize'; declare const Textarea: react.ForwardRefExoticComponent<TextareaProps & react.RefAttributes<HTMLTextAreaElement | null>>; export { Textarea, Textarea as default };