antd-mobile
Version:
基于 React 的移动设计规范实现
27 lines (26 loc) • 515 B
TypeScript
declare var _default: {
wrapper: {
backgroundColor: string;
};
container: {
flex: number;
backgroundColor: string;
position: string;
};
slide: {
backgroundColor: string;
};
scrollview: {
flex: number;
backgroundColor: string;
};
pagination: {
flex: number;
position: string;
bottom: number;
left: number;
right: number;
alignItems: string;
};
};
export default _default;