antd-mobile
Version:
基于 React 的移动设计规范实现
35 lines (34 loc) • 696 B
TypeScript
declare var _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;
};
};
export default _default;