@instructure/canvas-rce
Version:
A component wrapping Canvas's usage of Tinymce
8 lines (7 loc) • 348 B
TypeScript
export function changeContextType(state: string | undefined, action: any): any;
export function changeContextId(state: string | undefined, action: any): any;
export function changeSearchString(state: string | undefined, action: any): any;
export function changeSortBy(state: {
order: string;
sort: string;
} | undefined, action: any): any;