UNPKG

react-native-multistep

Version:

Create multi-step forms with ease in your React Native app

6 lines 267 B
import React from 'react'; import type { MultiStepFormProps } from './types'; export declare const MultiStepForm: React.ForwardRefExoticComponent<MultiStepFormProps & React.RefAttributes<{ goToStep: (step: number) => void; }>>; //# sourceMappingURL=index.d.ts.map