/** Possible modifier keys for a hotkey */ export type HotKeyModifier = HotKeyModifierKey | 'default'; /** Possible modifier keys for a hotkey */ export type HotKeyModifierKey = 'Meta' | 'Control' | 'Shift' | 'Alt'; //# sourceMappingURL=types.d.ts.map