@alexfriesen/ngx-mat-timepicker
Version:
ngx-mat-timepicker is an Angular material 17+ extension to add time pickers!
9 lines (8 loc) • 584 B
TypeScript
import * as i0 from "@angular/core";
export declare class NgxMatTimepickerContentComponent {
appendToInput: boolean;
inputElement: HTMLInputElement;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxMatTimepickerContentComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgxMatTimepickerContentComponent, "ngx-mat-timepicker-content", never, { "appendToInput": { "alias": "appendToInput"; "required": false; }; "inputElement": { "alias": "inputElement"; "required": false; }; }, {}, never, ["*"], true, never>;
static ngAcceptInputType_appendToInput: unknown;
}