UNPKG

@snowball-tech/fractal

Version:

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

8 lines (7 loc) 334 B
import { TextareaProps } from "./Textarea.types.js"; import * as _$react from "react"; //#region src/components/Textarea/Textarea.d.ts declare const Textarea: _$react.ForwardRefExoticComponent<TextareaProps & _$react.RefAttributes<HTMLTextAreaElement | null>>; //#endregion export { Textarea }; //# sourceMappingURL=Textarea.d.ts.map