We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01bb2f7 commit 08485c4Copy full SHA for 08485c4
1 file changed
src/dayjs/index.ts
@@ -11,6 +11,7 @@ dayjs.extend(updateLocale);
11
12
dayjs.Ls['en'].formats = englishFormats;
13
14
+export {dayjs};
15
export default dayjs;
16
17
export type {ConfigTypeMap, ConfigType} from 'dayjs';
0 commit comments