We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdfb7c8 commit b00da1bCopy full SHA for b00da1b
index.d.ts
@@ -1,6 +1,5 @@
1
-
+export = dayjs;
2
declare function dayjs (config?: dayjs.ConfigType, option?: dayjs.OptionType): dayjs.Dayjs
3
-export default dayjs
4
5
declare namespace dayjs {
6
export type ConfigType = string | number | Date | Dayjs
0 commit comments