UNPKG

rich-textarea

Version:

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

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