Skip to content

Commit

Permalink
chore: types 维护
Browse files Browse the repository at this point in the history
  • Loading branch information
limaofeng committed Jul 12, 2022
1 parent 863a75a commit 21950c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/typings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ interface PluginOptions {
}

export interface ComponentTreeNode {
id: string;
name: string;
value: string;
label: string;
children: ComponentTreeNode[];
}

Expand Down

0 comments on commit 21950c5

Please sign in to comment.