UNPKG

@instructure/canvas-rce

Version:

A component wrapping Canvas's usage of Tinymce

8 lines (7 loc) 161 B
import { Editor } from 'tinymce'; declare global { interface HTMLElement { _reactRoot?: any; } } export default function (editor: Editor): void;