fix: select not support slots
parent
dbb67a7b81
commit
4692aad2c3
|
@ -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> {
|
||||
|
|
Loading…
Reference in New Issue