@ant-design/react-native
Version:
基于蚂蚁金服移动设计规范的 React Native 组件库
16 lines (15 loc) • 435 B
TypeScript
import { ImageStyle, TextStyle, ViewStyle } from 'react-native';
export interface ImagePickerStyle {
container: ViewStyle;
size: ImageStyle;
item: ViewStyle;
image: ImageStyle;
closeWrap: ViewStyle;
closeText: TextStyle;
plusWrap: ViewStyle;
plusWrapNormal: ViewStyle;
plusWrapHighlight: ViewStyle;
plusText: TextStyle;
}
declare const _default: () => ImagePickerStyle;
export default _default;