Skip to content

Commit

Permalink
fix: Fix IsoWeek plugin typescript definition (iamkun#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
Toub committed Mar 9, 2020
1 parent 63b7c03 commit 30aab0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/plugin/isoWeek.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PluginFunc, QUnitType, ConfigType } from 'dayjs'
import { PluginFunc, UnitType, ConfigType } from 'dayjs'

declare const plugin: PluginFunc
export = plugin
Expand Down

0 comments on commit 30aab0c

Please sign in to comment.