UNPKG

@hxui/angular

Version:

An Angular library based on the [HXUI design system](https://hxui.io).

21 lines (20 loc) 781 B
import * as i0 from "@angular/core"; /** * A configuration service for the [`NgbTimepicker`](#/components/time-picker/api#NgbTimepicker) component. * * You can inject this service, typically in your root component, and customize the values of its properties in * order to provide default values for all the timepickers used in the application. */ export declare class TimepickerConfig { meridian: boolean; spinners: boolean; seconds: boolean; hourStep: number; minuteStep: number; secondStep: number; disabled: boolean; readonlyInputs: boolean; size: 'small' | 'medium' | 'large'; static ɵfac: i0.ɵɵFactoryDeclaration<TimepickerConfig, never>; static ɵprov: i0.ɵɵInjectableDeclaration<TimepickerConfig>; }