mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
feat(components): [tree-select] add instance type and improve test cleanup logic (#22499)
* feat(components): [tree-select] add instance * chore: update * chore: update test Co-authored-by: btea <2356281422@qq.com> * Update packages/components/tree-select/src/instance.ts Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com> --------- Co-authored-by: btea <2356281422@qq.com> Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com>
This commit is contained in:
7
packages/components/tree-select/src/instance.ts
Normal file
7
packages/components/tree-select/src/instance.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { SelectInstance } from '@element-plus/components/select'
|
||||
import type { TreeInstance } from '@element-plus/components/tree'
|
||||
|
||||
export type TreeSelectInstance = {
|
||||
treeRef: TreeInstance
|
||||
selectRef: SelectInstance
|
||||
}
|
||||
Reference in New Issue
Block a user