UNPKG

@dodobrat/react-ui-kit

Version:
6 lines (5 loc) 404 B
import React from "react"; import { TextAreaProps, TextAreaComponentProps } from "./TextArea.types"; export declare const TextAreaComponent: React.ForwardRefExoticComponent<Pick<TextAreaComponentProps, string | number> & React.RefAttributes<HTMLTextAreaElement>>; declare const _default: React.ForwardRefExoticComponent<TextAreaProps & React.RefAttributes<HTMLDivElement>>; export default _default;