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 Input from './input.vue'
|
|
|
|
export type InputInstance = InstanceType<typeof Input>
|