Interface: BaseFormatProps
BaseFormat Props for Components that is offered Vue I18n
Signature
ts
export interface BaseFormatPropsProperties
| Name | Type | Description |
|---|---|---|
i18n (optional) | Composer | |
locale (optional) | Locale | |
scope (optional) | ComponentI18nScope | |
tag (optional) | string | object |
Tags
@remarks— The interface definitions of the underlying props of components such as Translation, DatetimeFormat, and NumberFormat.@VueI18nComponent