how to use with typecript?
Opened this issue · 2 comments
crazy9001 commented
MonteLogic commented
Have you tried factoring out 'React-bootstrap' and using your own styling? That may help.
AlexCatch commented
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;