mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 04:37:47 +08:00
8ccb7df2df
* docs(components): [alert] * Update alert doc. * Add comment for alert props. * Reorganize code.
10 lines
234 B
TypeScript
10 lines
234 B
TypeScript
import { withInstall } from '@element-plus/utils'
|
|
|
|
import Alert from './src/alert.vue'
|
|
|
|
export const ElAlert = withInstall(Alert)
|
|
export default ElAlert
|
|
|
|
export * from './src/alert'
|
|
export type { AlertInstance } from './src/instance'
|