formik-stepper
Version:
Get ready to take your form-building game to the next level with this revolutionary React component. With its seamless integration with the powerful Formik library, you'll be building forms faster and more efficiently than ever before. But that's not all
12 lines (11 loc) • 509 B
TypeScript
import React from "react";
import { FormikButtonsProps } from "./types";
export declare const FormikButtons: {
({ step, setStep, childrenLength, nextButton, prevButton, submitButton, currentStep, }: FormikButtonsProps): React.JSX.Element;
displayName: string;
};
declare const _default: React.MemoExoticComponent<{
({ step, setStep, childrenLength, nextButton, prevButton, submitButton, currentStep, }: FormikButtonsProps): React.JSX.Element;
displayName: string;
}>;
export default _default;