UNPKG

@alexfriesen/ngx-mat-timepicker

Version:

ngx-mat-timepicker is an Angular material 17+ extension to add time pickers!

13 lines (12 loc) 676 B
import { OnChanges, OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NgxMatTimepickerAutofocusDirective implements OnChanges, OnDestroy { private readonly _element; private readonly _document; isFocusActive: boolean; private _activeElement; ngOnChanges(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<NgxMatTimepickerAutofocusDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<NgxMatTimepickerAutofocusDirective, "[ngxMatTimepickerAutofocus]", never, { "isFocusActive": { "alias": "ngxMatTimepickerAutofocus"; "required": false; }; }, {}, never, never, true, never>; }