|
@@ -6,7 +6,7 @@ import { propTypes } from '/@/utils/propTypes';
|
|
|
|
|
|
export const basicProps = {
|
|
export const basicProps = {
|
|
value: {
|
|
value: {
|
|
- type: Array as PropType<Keys>,
|
|
|
|
|
|
+ type: [Object, Array] as PropType<Keys | CheckKeys>,
|
|
},
|
|
},
|
|
renderIcon: {
|
|
renderIcon: {
|
|
type: Function as PropType<(params: Recordable) => string>,
|
|
type: Function as PropType<(params: Recordable) => string>,
|