UNPKG

@cauca-911/material

Version:

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

15 lines 847 B
import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class DesktopTimePickerComponent { options: number[]; value: number; disabled: DesktopTimePickerComponentDisabled; valueChange: EventEmitter<number>; static ɵfac: i0.ɵɵFactoryDeclaration<DesktopTimePickerComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DesktopTimePickerComponent, "cauca-desktop-time-picker", never, { "options": { "alias": "options"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>; } export interface DesktopTimePickerComponentDisabled { all: boolean; someOptions: number[]; } //# sourceMappingURL=desktop-time-picker.component.d.ts.map