mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
react-intl-redux: Add formats prop to IntlState (#40155)
* Add formats prop to IntlState The updateIntl opts parameter can have a formats prop which is missing in the interface. see https://github.com/ratson/react-intl-redux#formatting-data * Make IntlState formats prop optional
This commit is contained in:
parent
96ca1ec52c
commit
8dab4bcbc3
1
types/react-intl-redux/index.d.ts
vendored
1
types/react-intl-redux/index.d.ts
vendored
@ -11,6 +11,7 @@ import { IntlProvider as ReactIntlProvider } from "react-intl"
|
||||
interface IntlState {
|
||||
locale: string
|
||||
messages: any
|
||||
formats?: any
|
||||
}
|
||||
|
||||
interface IntlAction extends Action {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user