mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
Remove exported SelectPropTypes and fix undefined exports, close #7222
This commit is contained in:
parent
20ea524ef1
commit
fe3af14273
@ -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']),
|
||||
|
Loading…
Reference in New Issue
Block a user