fix(components): [tree] remove duplicate type declaration (#16106)

fix(components): [tree] remove duplicate type declaration

Co-authored-by: s554595966@qq.com <sujunyan5545@dingtalk.com>
This commit is contained in:
Sean
2024-03-12 16:03:56 +08:00
committed by GitHub
parent bc7b33f7d1
commit 442a4627a1

View File

@@ -67,7 +67,7 @@ export declare interface TreeOptionProps {
class?: (
data: TreeNodeData,
node: Node
) => string | { [key: string]: boolean } | string
) => string | { [key: string]: boolean }
}
export declare type RenderContentFunction = (
h: hType,