Skip to content

Type Alias: NumberFormatProps

NumberFormat Component Props

Signature

ts
export type NumberFormatProps = FormattableProps<number, Intl.NumberFormatOptions>

Tags

  • @VueI18nComponent

Released under the MIT License.