{"version":3,"file":"dl-date-time-core.module.d.ts","sources":["dl-date-time-core.module.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;;AACA;;;;AACA;AACA;AACA;AACA;AACA;AACA;;;;AACA;AACA;AACA;AACA;AACA;AACA;;;;AACA;AACA;AACA;AACA;AACA;AACA;;;;AACA;AACA;AACA;AACA;AACA;AACA;;;;AACA","sourcesContent":["/**\r\n * Import this module to supply your own `DateAdapter` provider.\r\n * @internal\r\n **/\r\nexport declare class DlDateTimeCoreModule {\r\n}\r\n/**\r\n * Import this module to store `milliseconds` in the model.\r\n * @internal\r\n */\r\nexport declare class DlDateTimeNumberModule {\r\n}\r\n/**\r\n * Import this module to store a native JavaScript `Date` in the model.\r\n * @internal\r\n */\r\nexport declare class DlDateTimeDateModule {\r\n}\r\n/**\r\n * Import this module to store a `moment` in the model.\r\n * @internal\r\n */\r\nexport declare class DlDateTimeMomentModule {\r\n}\r\n/**\r\n * Import this module to store a `string` in the model.\r\n * @internal\r\n */\r\nexport declare class DlDateTimeStringModule {\r\n}\r\n"]}