Add missing selector to redux-form

This commit is contained in:
shuntksh 2017-06-13 20:36:39 -07:00
parent 9772a48fb8
commit a33db7e97c

View File

@ -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.
*/