From b4a1f4dbde133b94dfcb333b357fe335f4f27e5a Mon Sep 17 00:00:00 2001 From: Ryohei Udagawa Date: Mon, 9 May 2022 11:08:42 +0900 Subject: [PATCH] fix: fractionalSecondDigits configure --- 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 e303d8dd34fee..a13626aad04ef 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; } /**