UNPKG

165 BTypeScriptView Raw
1import * as React from "react";
2import { InputProps } from "../Input";
3
4declare const Textarea: React.FC<InputProps<HTMLTextAreaElement>>;
5
6export default Textarea;