react-crud-mui 0.2.80 → 0.2.81
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -17,6 +17,7 @@ export type StepPane<TModel extends FieldValues = FieldValues, TFieldStepName ex
|
|
|
17
17
|
label: ReactNode;
|
|
18
18
|
children: ReactNode;
|
|
19
19
|
validationOptions?: ValidationOptions;
|
|
20
|
+
forceRender?: boolean;
|
|
20
21
|
};
|
|
21
22
|
export type StepStatus = 'wait' | 'process' | 'finish' | 'error';
|
|
22
23
|
declare function DetailPageStepsHeader<TModel extends FieldValues = FieldValues>({ activeStep, items, ...stepperProps }: DetailPageStepsHeaderProps<TModel>): import("react/jsx-runtime").JSX.Element;
|