23 lines
342 B
JavaScript
23 lines
342 B
JavaScript
![]() |
const props = {
|
||
|
externalClasses: {
|
||
|
type: Array,
|
||
|
},
|
||
|
fixed: {
|
||
|
type: Boolean,
|
||
|
value: true,
|
||
|
},
|
||
|
icon: {
|
||
|
type: null,
|
||
|
value: true,
|
||
|
},
|
||
|
text: {
|
||
|
type: String,
|
||
|
value: '',
|
||
|
},
|
||
|
theme: {
|
||
|
type: String,
|
||
|
value: 'round',
|
||
|
},
|
||
|
};
|
||
|
export default props;
|