@dhutaryan/ngx-mat-timepicker
Version:
Angular timepicker to add time which is based on material design and Angular material.
7 lines (6 loc) • 431 B
TypeScript
import { MatTimepickerBase, MatTimepickerControl } from './timepicker-base';
import * as i0 from "@angular/core";
export declare class MatTimepicker<T> extends MatTimepickerBase<MatTimepickerControl<T>, T | null, T> {
static ɵfac: i0.ɵɵFactoryDeclaration<MatTimepicker<any>, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MatTimepicker<any>, "mat-timepicker", ["matTimepicker"], {}, {}, never, never, true, never>;
}