UNPKG

antd-mobile-rn

Version:

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

7 lines (6 loc) 176 B
/// <reference types="react" /> export interface PopoverPropsType { onSelect?: (node: any, index?: number) => void; overlay: React.ReactNode; disabled?: boolean; }