feat: export popup manager (#5220)

This commit is contained in:
三咲智子 2022-01-08 19:36:28 +08:00 committed by GitHub
parent 81e6c377ba
commit 035cb53028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ export * from '@element-plus/components'
export * from '@element-plus/directives'
export * from '@element-plus/hooks'
export * from '@element-plus/tokens'
export * from '@element-plus/utils/popup-manager'
export { makeInstaller } from './make-installer'
export const install = installer.install