Skip to content

Instantly share code, notes, and snippets.

@Errorific
Created August 11, 2016 00:48
Show Gist options
  • Save Errorific/7cbbd3775b5bc37c4c3f46c76cac2e84 to your computer and use it in GitHub Desktop.
Save Errorific/7cbbd3775b5bc37c4c3f46c76cac2e84 to your computer and use it in GitHub Desktop.
immutable typings for redux-form
declare module 'redux-form/immutable' {
export * from 'redux-form';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment