antd-mobile
Version:
基于 React 的移动设计规范实现
58 lines (57 loc) • 1.18 kB
TypeScript
declare const _default: {
tabbar: {
flex: number;
};
content: {
flex: number;
};
tabs: {
height: number;
borderTopWidth: number;
borderColor: string;
borderStyle: string;
flexDirection: string;
};
barItem: {
flex: number;
alignItems: string;
justifyContent: string;
};
barIcon: {
width: number;
height: number;
marginTop: number;
};
barItemSelected: {};
barItemTitle: {
fontSize: number;
marginTop: number;
};
contentItem: {
zIndex: number;
position: string;
top: number;
left: number;
right: number;
bottom: number;
backgroundColor: string;
};
contentItemSelected: {
zIndex: number;
};
badge: {
minWidth: number;
height: number;
borderRadius: number;
backgroundColor: string;
position: string;
top: number;
left: number;
paddingHorizontal: number;
};
badgeText: {
textAlign: string;
color: string;
};
};
export default _default;