Skip to content

Commit

Permalink
fix: update tree and test
Browse files Browse the repository at this point in the history
  • Loading branch information
haocaixia committed Nov 18, 2020
1 parent 9c3c334 commit 4007154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/tree.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export interface RenderContentFnArgs {
}

/** Tree Component */
export declare class ElTree<R extends RawNode> {
export interface ElTree<R extends RawNode> {

/** Tree raw data */
data: R[];
Expand Down

0 comments on commit 4007154

Please sign in to comment.