UNPKG

lightswind

Version:

A professionally designed component library & templates market that brings together functionality, accessibility, and beautiful aesthetics for modern applications.

6 lines (5 loc) 261 B
import * as React from "react"; export interface TextareaProps extends React.TextareaHTMLAttributes<HTMLTextAreaElement> { } declare const Textarea: React.ForwardRefExoticComponent<TextareaProps & React.RefAttributes<HTMLTextAreaElement>>; export { Textarea };