Remove exported SelectPropTypes and fix undefined exports, close #7222

This commit is contained in:
afc163 2017-08-17 09:57:07 +08:00
parent 20ea524ef1
commit fe3af14273

View File

@ -67,8 +67,7 @@ export interface SelectContext {
};
}
export const SelectPropTypes = {
...RcSelect.propTypes,
const SelectPropTypes = {
prefixCls: PropTypes.string,
className: PropTypes.string,
size: PropTypes.oneOf(['default', 'large', 'small']),