UNPKG

primeng

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/primeng.svg)](https://badge.fury.io/js/primeng) [![npm downloads](https://img.shields.io/npm/dm/primeng.sv

17 lines (16 loc) 776 B
import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; export declare class FocusTrap { el: ElementRef; pFocusTrapDisabled: boolean; constructor(el: ElementRef); onkeydown(e: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<FocusTrap, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<FocusTrap, "[pFocusTrap]", never, { "pFocusTrapDisabled": "pFocusTrapDisabled"; }, {}, never>; } export declare class FocusTrapModule { static ɵfac: i0.ɵɵFactoryDeclaration<FocusTrapModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<FocusTrapModule, [typeof FocusTrap], [typeof i1.CommonModule], [typeof FocusTrap]>; static ɵinj: i0.ɵɵInjectorDeclaration<FocusTrapModule>; }