diff --git a/src/index.ts b/src/index.ts index 41eba1a4..7c1129cd 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,7 +1,7 @@ export { addValidationRule, validationRules } from './validationRules'; -import { withFormsy, type PassDownProps, type InjectedProps } from './withFormsy'; +import { withFormsy, type PassDownProps, type InjectedProps, type WrapperProps } from './withFormsy'; import { Formsy } from './Formsy'; export { withFormsy }; -export type { PassDownProps as FormsyInjectedProps, InjectedProps }; +export type { PassDownProps as FormsyInjectedProps, InjectedProps, WrapperProps }; export default Formsy;