fix(components): [tree] instance type missing (#17882)

This commit is contained in:
betavs 2024-08-13 20:28:52 +08:00 committed by GitHub
parent d59cdc9855
commit 8c9165a93a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'