const props = { closable: { type: null, value: false, }, disabled: { type: Boolean, value: false, }, externalClasses: { type: Array, }, icon: { type: null, }, maxWidth: { type: null, }, shape: { type: String, value: 'square', }, size: { type: String, value: 'medium', }, theme: { type: String, value: 'default', }, variant: { type: String, value: 'dark', }, }; export default props;