UNPKG

@instructure/canvas-rce

Version:

A component wrapping Canvas's usage of Tinymce

11 lines (10 loc) 258 B
declare function MathIcon({ command }: { command: any; }): React.JSX.Element; declare namespace MathIcon { namespace propTypes { let command: import("prop-types").Validator<string>; } } export default MathIcon; import React from 'react';