Skip to content
Prev Previous commit
Next Next commit
Update index.d.ts
  • Loading branch information
rscotten authored Apr 6, 2020
commit cfc516c428883a7845d6f9fc8ee671ce80e808f7
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ export function firebaseConnect<ProfileType, TInner = {}>(
* @param action.type - Type of Action being called
* @param action.path - Path of action that was dispatched
* @param action.data - Data associated with action
* @see https://react-redux-firebase.com/docs/api/reducer.html
* @see https://react-redux-firebase.com/docs/getting_started.html#add-reducer
*/
export function firebaseReducer<
UserType extends Record<string, any> = {},
Expand Down