mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
Adding rcselect 'showAction' to AbstractSelectProps to avoid linting errors when used through antd Select component
The usage of this prop was discussed over #6873
This commit is contained in:
parent
24a548a1ae
commit
4f51ff5277
@ -11,6 +11,7 @@ import Icon from '../icon';
|
||||
export interface AbstractSelectProps {
|
||||
prefixCls?: string;
|
||||
className?: string;
|
||||
showAction?: string | string[];
|
||||
size?: 'default' | 'large' | 'small';
|
||||
notFoundContent?: React.ReactNode | null;
|
||||
transitionName?: string;
|
||||
|
Loading…
Reference in New Issue
Block a user