UNPKG

@ant-design/react-native

Version:

基于蚂蚁金服移动设计规范的 React Native 组件库

13 lines (12 loc) 326 B
import { TextStyle, ViewStyle } from 'react-native'; export interface PickerStyle { modal: ViewStyle; header: ViewStyle; headerItem: ViewStyle; actionText: TextStyle; title: TextStyle; okText: TextStyle; dismissText: TextStyle; } declare const _default: () => PickerStyle; export default _default;