UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

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 };