Skip to content

Commit

Permalink
Fix: Typescript definition of CascaderOptionType missing some fields #…
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHeer committed Jul 11, 2019
1 parent 4e629da commit 7e4e5a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/cascader/index.tsx
Expand Up @@ -15,6 +15,8 @@ export interface CascaderOptionType {
value?: string;
label?: React.ReactNode;
disabled?: boolean;
isLeaf?: boolean;
loading?: boolean;
children?: Array<CascaderOptionType>;
[key: string]: any;
}
Expand Down

0 comments on commit 7e4e5a8

Please sign in to comment.