UNPKG

@instructure/canvas-rce

Version:

A component wrapping Canvas's usage of Tinymce

4 lines (3 loc) 217 B
import RCEWrapper from './RCEWrapper'; import type { EditorOptions } from './types'; export declare function renderIntoDiv(target: HTMLElement, props: EditorOptions, renderCallback?: (ref: RCEWrapper) => void): void;