mirror of
https://github.com/element-plus/element-plus.git
synced 2025-03-01 15:35:51 +08:00
fix(components): [tree] instance type missing (#17882)
This commit is contained in:
parent
d59cdc9855
commit
8c9165a93a
@ -6,3 +6,5 @@ import type { SFCWithInstall } from '@element-plus/utils'
|
|||||||
export const ElTree: SFCWithInstall<typeof Tree> = withInstall(Tree)
|
export const ElTree: SFCWithInstall<typeof Tree> = withInstall(Tree)
|
||||||
|
|
||||||
export default ElTree
|
export default ElTree
|
||||||
|
|
||||||
|
export type { TreeInstance } from './src/instance'
|
||||||
|
Loading…
Reference in New Issue
Block a user