From c1c3ebcadf46e48fa7110539ea1ce47da5c8e6db Mon Sep 17 00:00:00 2001 From: "ryohei.udagawa" <63101140+Uda-Titor@users.noreply.github.com> Date: Tue, 10 May 2022 07:24:24 +0900 Subject: [PATCH] fix: fractionalSecondDigits configure (#49014) --- src/lib/es2021.intl.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/es2021.intl.d.ts b/src/lib/es2021.intl.d.ts index e303d8dd34f..a13626aad04 100644 --- a/src/lib/es2021.intl.d.ts +++ b/src/lib/es2021.intl.d.ts @@ -19,7 +19,7 @@ declare namespace Intl { timeStyle?: "full" | "long" | "medium" | "short"; hourCycle?: "h11" | "h12" | "h23" | "h24"; dayPeriod?: "narrow" | "short" | "long"; - fractionalSecondDigits?: 0 | 1 | 2 | 3; + fractionalSecondDigits?: 1 | 2 | 3; } /**