mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user