antd-mobile
Version:
基于 React 的移动设计规范实现
31 lines (30 loc) • 612 B
TypeScript
declare const _default: {
pagination: {
position: string;
alignItems: string;
};
paginationX: {
bottom: number;
left: number;
right: number;
};
paginationY: {
right: number;
top: number;
bottom: number;
};
pointStyle: {
width: number;
height: number;
borderRadius: number;
backgroundColor: string;
};
pointActiveStyle: {
backgroundColor: string;
};
spaceStyle: {
marginHorizontal: number;
marginVertical: number;
};
};
export default _default;