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:
Joao Rabelo 2018-11-14 10:50:21 -02:00 committed by 偏右
parent 24a548a1ae
commit 4f51ff5277

View File

@ -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;