Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IntlProviderProps

Hierarchy

  • IntlProps
    • IntlProviderProps

Index

Properties

children

children: ReactNode

locale

locale: string

messages

messages: any

stringsRegistry

stringsRegistry: { Strings: {}; addStrings: any; getString: any; getStrings: any }

Type declaration

  • Strings: {}
  • addStrings: function
    • addStrings(language: any, strings: any): void
    • Parameters

      • language: any
      • strings: any

      Returns void

  • getString: function
    • getString(__namedParameters: any): string
    • Parameters

      • __namedParameters: any

      Returns string

  • getStrings: function
    • getStrings(localeId: any): any
    • Parameters

      • localeId: any

      Returns any

Generated using TypeDoc