antd-mobile
Version:
基于 React 的移动设计规范实现
32 lines (31 loc) • 742 B
TypeScript
declare const _default: {
segment: {
flexDirection: string;
overflow: string;
borderWidth: number;
borderColor: string;
borderRadius: number;
};
item: {
flex: number;
paddingVertical: number;
borderLeftWidth: number;
borderRightWidth: number;
borderStyle: string;
alignItems: string;
justifyContent: string;
};
itemLeftRadius: {
borderTopLeftRadius: number;
borderBottomLeftRadius: number;
};
itemRightRadius: {
borderTopRightRadius: number;
borderBottomRightRadius: number;
};
itemText: {
textAlign: string;
fontSize: number;
};
};
export default _default;