mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
4 lines
93 B
TypeScript
4 lines
93 B
TypeScript
import type Empty from './empty.vue'
|
|
|
|
export type EmptyInstance = InstanceType<typeof Empty>
|