We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcbf170 commit b045bafCopy full SHA for b045baf
types/index.d.ts
@@ -19,7 +19,7 @@ declare namespace dayjs {
19
20
export type OptionType = FormatObject | string | string[]
21
22
- export type UnitTypeShort = 'd' | 'M' | 'y' | 'h' | 'm' | 's' | 'ms'
+ export type UnitTypeShort = 'd' | 'D' | 'M' | 'y' | 'h' | 'm' | 's' | 'ms'
23
24
export type UnitTypeLong = 'millisecond' | 'second' | 'minute' | 'hour' | 'day' | 'month' | 'year' | 'date'
25
0 commit comments