Skip to content

Commit

Permalink
docs(Cascader): updated CI/CD test
Browse files Browse the repository at this point in the history
  • Loading branch information
Heising committed Oct 7, 2023
1 parent f268717 commit 6424218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export type OptionData = {
} & PlainObject;

export type TreeOptionData<T = string | number> = {
children?: Array<TreeOptionData<T>> | boolean;
children?: Array<TreeOptionData<T>> | any;
/** option label content */
label?: string | TNode;
/** option search text */
Expand Down

0 comments on commit 6424218

Please sign in to comment.