Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
fix: fix ts error
Browse files Browse the repository at this point in the history
Signed-off-by: csonchen <cson_chensheng@163.com>
  • Loading branch information
csonchen committed May 25, 2023
1 parent 4385eb4 commit 726ae78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wizard-ui",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"private": false,
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down
1 change: 0 additions & 1 deletion src/interface.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ export interface TreeData {
export interface TreeProps extends RCTreeProps {
data: TreeData[];
checkable?: boolean;
prefixCls?: string;
showIcon?: boolean;
selectable?: boolean;
}
Expand Down

0 comments on commit 726ae78

Please sign in to comment.