Skip to content

Commit

Permalink
fix(components): [tree] remove duplicate type declaration (#16106)
Browse files Browse the repository at this point in the history
fix(components): [tree] remove duplicate type declaration

Co-authored-by: s554595966@qq.com <sujunyan5545@dingtalk.com>
  • Loading branch information
inside5545 and s554595966@qq.com committed Mar 12, 2024
1 parent bc7b33f commit 442a462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/tree/src/tree.type.ts
Expand Up @@ -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,
Expand Down

0 comments on commit 442a462

Please sign in to comment.