UNPKG

react-link-textarea

Version:

Enhancing UX by breaking the limitations of original textarea tag, supports link integration and offers flexible styling options.

6 lines (5 loc) 297 B
/// <reference types="react" /> import "./style/index.css"; import { LinkingTextareaInterface } from "./types"; declare const LinkingTextarea: import("react").ForwardRefExoticComponent<LinkingTextareaInterface & import("react").RefAttributes<HTMLTextAreaElement>>; export default LinkingTextarea;