mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* docs(components): [alert] * Update alert doc. * Add comment for alert props. * Reorganize code.
4 lines
93 B
TypeScript
4 lines
93 B
TypeScript
import type Alert from './alert.vue'
|
|
|
|
export type AlertInstance = InstanceType<typeof Alert>
|