Skip to content

Commit

Permalink
fix(CascadeSelect): add isPreview types
Browse files Browse the repository at this point in the history
  • Loading branch information
lakerswgq authored and 潕量 committed Nov 30, 2021
1 parent cf778fa commit ada822c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions types/cascader-select/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,11 @@ export interface CascaderSelectProps extends CascaderProps, HTMLAttributesWeak,
* 是否是不可变数据
*/
immutable?: boolean;

/**
* 是否为预览态
*/
isPreview?: boolean;
}

export default class CascaderSelect extends React.Component<CascaderSelectProps, any> {}

0 comments on commit ada822c

Please sign in to comment.