UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 285 B
import _Popup from './popup'; import { WithInstallType } from '../shared'; import { TdPopupProps } from './type'; import './style'; export * from './type'; export declare type PopupProps = TdPopupProps; export declare const Popup: WithInstallType<typeof _Popup>; export default Popup;