UNPKG

ngx-nebular-formly

Version:

Ngx Formly integration for Nebular UI

11 lines (10 loc) 300 B
import { FieldType } from '@ngx-formly/core'; export declare enum DatePickers { RANGE_PICKER = 0, DATE_PICKER = 1, DATE_TIME_PICKER = 2 } export declare class DatePickerTypeComponent extends FieldType { DatePickers: typeof DatePickers; onDateChange(event: any): void; }