antd-mobile
Version:
基于 React 的移动设计规范实现
51 lines (50 loc) • 1.05 kB
TypeScript
declare const _default: {
wrap: {
flexDirection: string;
};
textCornerWrap: {
overflow: string;
};
dot: {
width: number;
height: number;
borderRadius: number;
backgroundColor: string;
position: string;
top: number;
right: number;
};
dotSizelarge: {
width: number;
height: number;
borderRadius: number;
};
textDom: {
paddingVertical: number;
paddingHorizontal: number;
backgroundColor: string;
borderRadius: number;
borderStyle: string;
position: string;
top: number;
right: number;
};
textCorner: {
width: number;
backgroundColor: string;
transform: {
rotate: string;
}[];
position: string;
top: number;
};
textCornerlarge: {
width: number;
top: number;
};
text: {
color: string;
textAlign: string;
};
};
export default _default;