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) 491 B
import React from 'react'; import { NativeProps } from '../../utils/native-props'; export declare type PageIndicatorProps = { total: number; current: number; direction?: 'horizontal' | 'vertical'; color?: 'primary' | 'white'; } & NativeProps<'--dot-color' | '--active-dot-color' | '--dot-size' | '--active-dot-size' | '--dot-border-radius' | '--active-dot-border-radius' | '--dot-spacing'>; export declare const PageIndicator: React.NamedExoticComponent<PageIndicatorProps>;