Skip to content

Commit

Permalink
chore(typings): default export issue#277 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhood125ruhuc committed Feb 22, 2026
1 parent 3116702 commit 62f8210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export = dayjs;

declare function dayjs (config?: dayjs.ConfigType, option?: dayjs.OptionType): dayjs.Dayjs
export default dayjs

declare namespace dayjs {
export type ConfigType = string | number | Date | Dayjs
Expand Down

0 comments on commit 62f8210

Please sign in to comment.