mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-29 17:58:08 +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 default ElTree
|
||||
|
||||
export type { TreeInstance } from './src/instance'
|
||||
|
Loading…
Reference in New Issue
Block a user