UNPKG

@ant-design/react-native

Version:

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

10 lines (9 loc) 311 B
import React from 'react'; export default class PopoverExample extends React.Component<any, any> { constructor(props: any); onSelect: (value: any) => void; render(): JSX.Element; private renderList; } export declare const title = "Popover"; export declare const description = "Popover example";