UNPKG

antd-mobile

Version:

<img src="https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ" alt="logo" width="100%" />

10 lines (9 loc) 386 B
import { FC } from 'react'; import { NativeProps } from '../../utils/native-props'; declare type Direction = 'horizontal' | 'vertical'; export declare type StepsProps = { current?: number; direction?: Direction; } & NativeProps<'--title-font-size' | '--description-font-size' | '--indicator-margin-right' | '--icon-size'>; export declare const Steps: FC<StepsProps>; export {};