UNPKG

element-plus

Version:

A Component Library for Vue 3

3 lines (2 loc) 104 B
import type Input from './input.vue'; export type InputInstance = InstanceType<typeof Input> & unknown;