fix: fractionalSecondDigits configure (#49014)

This commit is contained in:
ryohei.udagawa 2022-05-10 07:24:24 +09:00 committed by GitHub
parent aa48a37e09
commit c1c3ebcadf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
/**