fix: select not support slots

feat-dayjs
tangjinzhou 2020-10-17 22:36:53 +08:00
parent dbb67a7b81
commit 4692aad2c3
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ export const BaseProps = () => ({
* Do not use in production environment.
*/
internalProps: PropTypes.object,
children: PropTypes.array,
});
export interface SelectProps<OptionsType extends object[], ValueType> {