UNPKG

angular-bootstrap-datetimepicker

Version:

Native Angular (8+) datetime picker component styled by Twitter Bootstrap 4.

31 lines (30 loc) 651 B
/** * Import this module to supply your own `DateAdapter` provider. * @internal **/ export declare class DlDateTimeCoreModule { } /** * Import this module to store `milliseconds` in the model. * @internal */ export declare class DlDateTimeNumberModule { } /** * Import this module to store a native JavaScript `Date` in the model. * @internal */ export declare class DlDateTimeDateModule { } /** * Import this module to store a `moment` in the model. * @internal */ export declare class DlDateTimeMomentModule { } /** * Import this module to store a `string` in the model. * @internal */ export declare class DlDateTimeStringModule { }