You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
491 B

const props = {
content: {
type: String,
},
disabled: {
type: Boolean,
value: undefined,
},
expandIcon: {
type: Boolean,
value: undefined,
},
externalClasses: {
type: Array,
},
header: {
type: String,
},
headerRightContent: {
type: String,
},
placement: {
type: String,
value: 'bottom',
},
value: {
type: null,
},
};
export default props;