import { withInstall } from '@element-plus-next/vue-utils' import Alert from './src/alert.vue' export const ElAlert = withInstall(Alert) export default ElAlert export * from './src/alert'