Skip to content

Type Alias: DatetimeFormatProps

DatetimeFormat Component Props

Signature

ts
export type DatetimeFormatProps = FormattableProps<number | Date, Intl.DateTimeFormatOptions>

Tags

  • @VueI18nComponent

Released under the MIT License.