UNPKG

element-plus

Version:

A Component Library for Vue 3

3 lines (2 loc) 107 B
import type InputTag from './input-tag.vue'; export type InputTagInstance = InstanceType<typeof InputTag>;