declare const _default: KeyboardShortcutsService; export default _default; /** * Service class for managing keyboard shortcuts for various components such as PDF viewers * and image viewers. */ declare class KeyboardShortcutsService { /** * Return true if target event is from or
(and is nit composing) or in popup. * @param event * @param isPopupOpen */ isDivBody(event: any, isPopupOpen: any): boolean; /** * Push keyboard Event to PdfComponent * @param pdfComponent */ eventPdfComponent(pdfComponent: any, event: any): void; /** * Push keyboard Event to ImageViewer * @param imgViewer */ eventImageViewer(imgViewer: any, event: any): void; } //# sourceMappingURL=KeyboardShortcutsService.d.ts.map