UNPKG

@instructure/canvas-rce

Version:

A component wrapping Canvas's usage of Tinymce

10 lines (9 loc) 364 B
export default class EncryptedStorage { passphrase: import("crypto-es/lib/core").WordArray; constructor(passphrase: string); setItem(key: string, content: string): void | null; getItem(key: string): any; key(index: number): string | null; removeItem(key: string): void | null; errorHandlerWrapper: <T>(callback: () => T) => T | null; }