const props = {
destroyOnHide: {
type: Boolean,
value: true,
},
disabled: {
value: false,
label: {
type: String,
value: '',
panel: {
value: {
type: null,
};
export default props;