UNPKG

@ant-design/react-native

Version:

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

10 lines (9 loc) 267 B
import { ViewStyle } from 'react-native'; import { Theme } from '../../style'; export interface PopoverStyle { content: ViewStyle; arrow: ViewStyle; background: ViewStyle; } declare const _default: (theme: Theme) => PopoverStyle; export default _default;