|
|
@ -11,6 +11,7 @@ type OperateSelectItemFunction = (value: string) => boolean; |
|
|
|
type SelectWithLabelOptionalProps = { |
|
|
|
type SelectWithLabelOptionalProps = { |
|
|
|
checkItem?: OperateSelectItemFunction; |
|
|
|
checkItem?: OperateSelectItemFunction; |
|
|
|
disableItem?: OperateSelectItemFunction; |
|
|
|
disableItem?: OperateSelectItemFunction; |
|
|
|
|
|
|
|
formControlProps?: import('@mui/material').FormControlProps; |
|
|
|
hideItem?: OperateSelectItemFunction; |
|
|
|
hideItem?: OperateSelectItemFunction; |
|
|
|
isCheckableItems?: boolean; |
|
|
|
isCheckableItems?: boolean; |
|
|
|
isReadOnly?: boolean; |
|
|
|
isReadOnly?: boolean; |
|
|
|