Skip to content

vue-i18n / general / IntlDateTimeFormats

Type Alias: IntlDateTimeFormats<Schema, Locales>

ts
type IntlDateTimeFormats<Schema, Locales> = LocaleRecord<UnionToTuple<Locales>, Schema>;

Type Parameters

Type ParameterDefault type
SchemaIntlDateTimeFormat
LocalesLocale

Released under the MIT License.