UNPKG

conduction-components

Version:

React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)

4 lines (3 loc) 174 B
import * as React from "react"; import { ITextAreaProps, IReactHookFormProps } from "./types"; export declare const Textarea: React.FC<ITextAreaProps & IReactHookFormProps>;