UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 301 B
import _Popover from './popover'; import { WithInstallType } from '../shared'; import { TdPopoverProps } from './type'; import './style'; export * from './type'; export declare type PopoverProps = TdPopoverProps; export declare const Popover: WithInstallType<typeof _Popover>; export default Popover;