antd-mobile
Version:
基于 React 的移动设计规范实现
32 lines (31 loc) • 653 B
TypeScript
declare const _default: {
container: {
marginLeft: number;
borderBottomWidth: number;
borderBottomColor: string;
};
input: {
paddingHorizontal: number;
backgroundColor: string;
fontSize: number;
lineHeight: number;
textAlignVertical: string;
};
icon: {
position: string;
top: number;
width: number;
height: number;
};
errorIcon: {
position: string;
right: number;
top: number;
};
count: {
position: string;
right: number;
bottom: number;
};
};
export default _default;