UNPKG

@ant-design/react-native

Version:

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

9 lines (8 loc) 269 B
import { TextStyle, ViewStyle } from 'react-native'; import { Theme } from '../../style'; export interface SwipeActionStyle { actionButton: ViewStyle; actionText: TextStyle; } declare const _default: (theme: Theme) => SwipeActionStyle; export default _default;