16 lines
221 B
JavaScript
16 lines
221 B
JavaScript
const props = {
|
|
description: {
|
|
type: String,
|
|
},
|
|
externalClasses: {
|
|
type: Array,
|
|
},
|
|
icon: {
|
|
type: null,
|
|
},
|
|
image: {
|
|
type: String,
|
|
},
|
|
};
|
|
export default props;
|