UNPKG

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

6 lines (5 loc) 181 B
import React from "react"; import { StepperProps } from "./types"; import "./styles.css"; declare const _default: React.NamedExoticComponent<StepperProps>; export default _default;