UNPKG

@fruits-chain/react-native-xiaoshu

Version:
6 lines (5 loc) • 165 B
import type { FC } from 'react'; import type { StepsItemPropsType } from './interface'; /** Step */ declare const Step: FC<StepsItemPropsType>; export default Step;