UNPKG

formik-wizard-simple

Version:
4 lines (3 loc) 146 B
/// <reference types="react" /> import { StepProps } from "./types"; export declare function Step<T>({ children }: StepProps<T>): JSX.Element;