@dodobrat/react-ui-kit
Version:
Simple React Component Library
6 lines (5 loc) • 404 B
TypeScript
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;