UNPKG

antd-mobile

Version:

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

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