redux-modal
redux-modal copied to clipboard
how to use with typecript?
My project using typescript, however I can't use

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;