generated from Luis/nextjs-python-web-template
fix malformed step interface
This commit is contained in:
@@ -18,7 +18,6 @@ export type FormStep = {
|
||||
|
||||
export interface FormStepContentProps {
|
||||
formHooks: FormHooks;
|
||||
handleNext: () => void;
|
||||
}
|
||||
|
||||
export type FormStepContent = ReactElement<FormStepContentProps>;
|
||||
|
||||
Reference in New Issue
Block a user