UNPKG

element-plus

Version:

A Component Library for Vue 3

7 lines (6 loc) 238 B
import type { SelectInstance } from 'element-plus/es/components/select'; import type { TreeInstance } from 'element-plus/es/components/tree'; export type TreeSelectInstance = { treeRef: TreeInstance; selectRef: SelectInstance; };