tdesign-mobile-vue
Version:
tdesign-mobile-vue
9 lines (8 loc) • 301 B
TypeScript
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;