antd-mobile
Version:
基于 React 的移动设计规范实现
36 lines (35 loc) • 730 B
TypeScript
declare const _default: {
container: {
alignItems: string;
justifyContent: string;
};
numberStyle: {
flexDirection: string;
justifyContent: string;
};
totalStyle: {
fontSize: number;
color: string;
};
activeTextStyle: {
fontSize: number;
color: string;
};
indicatorStyle: {
flexDirection: string;
};
pointStyle: {
width: number;
height: number;
borderRadius: number;
backgroundColor: string;
};
pointActiveStyle: {
backgroundColor: string;
};
spaceStyle: {
marginHorizontal: number;
marginVertical: number;
};
};
export default _default;