source: trip-planner-front/node_modules/primeng/focustrap/focustrap.d.ts

Last change on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 776 bytes
Line 
1import { ElementRef } from '@angular/core';
2import * as i0 from "@angular/core";
3import * as i1 from "@angular/common";
4export declare class FocusTrap {
5 el: ElementRef;
6 pFocusTrapDisabled: boolean;
7 constructor(el: ElementRef);
8 onkeydown(e: any): void;
9 static ɵfac: i0.ɵɵFactoryDeclaration<FocusTrap, never>;
10 static ɵdir: i0.ɵɵDirectiveDeclaration<FocusTrap, "[pFocusTrap]", never, { "pFocusTrapDisabled": "pFocusTrapDisabled"; }, {}, never>;
11}
12export declare class FocusTrapModule {
13 static ɵfac: i0.ɵɵFactoryDeclaration<FocusTrapModule, never>;
14 static ɵmod: i0.ɵɵNgModuleDeclaration<FocusTrapModule, [typeof FocusTrap], [typeof i1.CommonModule], [typeof FocusTrap]>;
15 static ɵinj: i0.ɵɵInjectorDeclaration<FocusTrapModule>;
16}
Note: See TracBrowser for help on using the repository browser.