UNPKG

@instructure/canvas-rce

Version:

A component wrapping Canvas's usage of Tinymce

5 lines (4 loc) 199 B
export type UserOS = 'Mac' | 'Windows' | 'Other'; export type OSKey = 'OPTION' | 'ALT'; export declare const determineUserOS: () => UserOS; export declare const determineOSDependentKey: () => OSKey;