UNPKG

rich-textarea

Version:

A small customizable textarea for React to colorize, highlight, decorate texts, offer autocomplete and much more.

7 lines (6 loc) 297 B
export { RichTextarea } from "./textarea"; export type { RichTextareaProps, RichTextareaHandle } from "./textarea"; export { RichInput as experimental_RichInput } from "./input"; export type { RichInputProps, RichInputHandle } from "./input"; export * from "./renderers"; export * from "./types";