UNPKG

antd-mini

Version:

antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。

15 lines (14 loc) 376 B
import { IBaseProps } from '../_util/base'; export interface IPaginationProps extends IBaseProps { /** * @description 分页符背景色 * @default '#ddd' */ fillColor: string; /** * @description 分页符颜色 * @default '#1677ff' */ frontColor: string; } export declare const PaginationDefaultProps: Partial<IPaginationProps>;