Skip to content

Commit

Permalink
Merge remote-tracking branch 'waitingsong/typings' into combined
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Sep 15, 2018
2 parents 6544297 + 6fa3c8f commit 11c8472
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 11c8472

Please sign in to comment.