GeenCon40
GeenCon40
What is wrong: StepWizard has the wrong type definition for the [instance](https://github.com/jcmcneal/react-step-wizard/blob/fd2bc23fb14092cb540872b1385fd1bfaf961b19/src/index.d.ts#L10) callback. What I would expect: ``` interface StepWizardTransitionProps { enterRight?: string; enterLeft?: string; exitRight?: string; exitLeft?: string; intro?:...
- (change type definition): add type definition interface for transition, so it can be used multiple times - (change type definition): add type definition for StepWizard instance