vant/src/popup/index.ts
neverland 140fa0c180
chore: improve withInstall typing (#9354)
* chore: improve withInstall typing

* chore: upd

* fix: missing entry
2021-08-30 20:10:14 +08:00

7 lines
205 B
TypeScript

import { withInstall } from '../utils';
import _Popup from './Popup';
export const Popup = withInstall(_Popup);
export default Popup;
export type { PopupPosition, PopupCloseIconPosition } from './Popup';