UNPKG

react-native-rue-wizard-stepper

Version:
6 lines (5 loc) 112 B
import React from 'react'; const Step = ({ children }) => { return <>{children}</>; }; export default Step;