Skip to content

Commit b00da1b

Browse files
committed
fix: Revert default export
1 parent bdfb7c8 commit b00da1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.d.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
1+
export = dayjs;
22
declare function dayjs (config?: dayjs.ConfigType, option?: dayjs.OptionType): dayjs.Dayjs
3-
export default dayjs
43

54
declare namespace dayjs {
65
export type ConfigType = string | number | Date | Dayjs

0 commit comments

Comments
 (0)