UNPKG

@cauca-911/material

Version:

Run `npm install @cauca-911/material --save` to add this library to your project

12 lines 676 B
import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class MobileTimePickerComponent { value: number; options: number[]; valueChange: EventEmitter<number>; valueUp(): void; valueDown(): void; static ɵfac: i0.ɵɵFactoryDeclaration<MobileTimePickerComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<MobileTimePickerComponent, "cauca-mobile-time-picker", never, { "value": { "alias": "value"; "required": true; }; "options": { "alias": "options"; "required": true; }; }, { "valueChange": "valueChange"; }, never, never, true, never>; } //# sourceMappingURL=mobile-time-picker.component.d.ts.map