UNPKG

@fruits-chain/react-native-xiaoshu

Version:
6 lines • 199 B
import type { FC } from 'react'; import type { StepsItemPropsType } from './interface'; /** Step */ declare const Step: FC<StepsItemPropsType>; export default Step; //# sourceMappingURL=step.d.ts.map