const props = { defaultExpandAll: { type: Boolean, value: false, }, disabled: { type: Boolean, }, expandIcon: { type: Boolean, value: null, }, expandMutex: { type: Boolean, value: false, }, value: { type: Array, value: null, }, defaultValue: { type: Array, }, }; export default props;