UNPKG

@instructure/canvas-rce

Version:

A component wrapping Canvas's usage of Tinymce

12 lines (11 loc) 340 B
export function Footer({ disabled, onCancel, onSubmit, replaceAll, onReplaceAllChanged, editing, isModified, applyRef, }: { disabled: any; onCancel: any; onSubmit: any; replaceAll: any; onReplaceAllChanged: any; editing: any; isModified: any; applyRef: any; }): React.JSX.Element; import React from 'react';