Skip to content

Commit c1c3ebc

Browse files
authored
fix: fractionalSecondDigits configure (#49014)
1 parent aa48a37 commit c1c3ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/es2021.intl.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ declare namespace Intl {
1919
timeStyle?: "full" | "long" | "medium" | "short";
2020
hourCycle?: "h11" | "h12" | "h23" | "h24";
2121
dayPeriod?: "narrow" | "short" | "long";
22-
fractionalSecondDigits?: 0 | 1 | 2 | 3;
22+
fractionalSecondDigits?: 1 | 2 | 3;
2323
}
2424

2525
/**

0 commit comments

Comments
 (0)