UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

5 lines (4 loc) 272 B
import React from "react"; import { TextEditorHandle, TextEditorProps } from "./__internal__/__utils__/interfaces.types"; export declare const TextEditor: React.ForwardRefExoticComponent<TextEditorProps & React.RefAttributes<TextEditorHandle>>; export default TextEditor;