Skip to content

Interface: FormattableProps<Value, Format>

Formattable Props

Extends

Signature

ts
export interface FormattableProps<Value, Format> extends BaseFormatProps

Type Parameters

Name
Value
Format

Properties

NameTypeDescription
format (optional)string | Format
valueValue

Tags

  • @remarks — The props used in DatetimeFormat, or NumberFormat component
  • @VueI18nComponent

Released under the MIT License.