@instructure/canvas-rce
Version:
A component wrapping Canvas's usage of Tinymce
19 lines (18 loc) • 411 B
TypeScript
declare const _default: {
'max-heading-length': number;
id: string;
test: (elem: any) => boolean;
data: (_elem: any) => {
change: boolean;
};
form: () => {
label: string;
checkbox: boolean;
dataKey: string;
}[];
update: (elem: any, data: any) => any;
message: () => string;
why: () => string;
link: string;
};
export default _default;