UNPKG

antd-mobile-alita

Version:

基于 React 的移动设计规范实现

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