UNPKG

form-test-victor

Version:

# Performant forms and wizard library for React

6 lines 517 B
export { Field, HiddenField, Rule, useForm, useFormStatus, useHiddenField, useValidations, useOnChangeValues, useOnBlurValues, useFormContext, Form, composeEventHandlers, } from './Form'; export { useWizard, useStepForm, usePlaceholder, useWizardContext, WizardContext, Placeholder, Step, } from './Wizard'; export { VALIDATION_OUTCOME, } from './shared'; export type { FieldValue, } from './shared'; export type { WizardLabels, PlaceholderProps, StepProps, } from './Wizard'; //# sourceMappingURL=index.d.ts.map