Skip to content

Commit

Permalink
fix: Revert default export
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun committed Feb 5, 2019
1 parent bdfb7c8 commit b00da1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.d.ts
@@ -1,6 +1,5 @@

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 b00da1b

Please sign in to comment.