yesmeck/redux-modal

how to use with typecript?

Opened this issue · 2 comments

My project using typescript, however I can't use
image

Have you tried factoring out 'React-bootstrap' and using your own styling? That may help.

You'll need to combine your props to include InjectedProps from redux-modal

Something like this:

import { InjectedProps } from 'redux-modal';
export type CombinedProps = YourProps & InjectedProps;