Type Alias: ViewWithStepperProps
ViewWithStepperProps =
Partial<Omit<ViewWithFooterProps,"leftButtonOnPress"|"rightButtonOnPress">> &StepperProps&object
Defined in: lib/layout/ViewWithStepper.tsx:14
Props for the ViewWithStepper component. Extends ViewWithFooter props but removes leftButtonOnPress and rightButtonOnPress, as these are handled by the stepper navigation.
Type declaration
beforeNextStep()?
optionalbeforeNextStep: () =>void
Returns
void
beforePreviousStep()?
optionalbeforePreviousStep: () =>void
Returns
void