mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Add missing selector to redux-form
This commit is contained in:
parent
9772a48fb8
commit
a33db7e97c
5
types/redux-form/lib/selectors.d.ts
vendored
5
types/redux-form/lib/selectors.d.ts
vendored
@ -39,6 +39,11 @@ export interface BooleanSelector {
|
||||
*/
|
||||
export const getFormValues: DataSelector;
|
||||
|
||||
/**
|
||||
* Returns the form's fields meta data, namely touched and visited.
|
||||
*/
|
||||
export const getFormMeta: DataSelector;
|
||||
|
||||
/**
|
||||
* Gets the form's initial values.
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user