UNPKG

@ant-design/react-native

Version:

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

10 lines (9 loc) 284 B
import { ImageStyle, TextStyle, ViewStyle } from 'react-native'; import { Theme } from '../../style'; export interface GridStyle { grayBorderBox: ViewStyle; icon: ImageStyle; text: TextStyle; } declare const _default: (theme: Theme) => GridStyle; export default _default;