15 lines
209 B
JavaScript
15 lines
209 B
JavaScript
const props = {
|
|
buttonProps: {
|
|
type: Object,
|
|
},
|
|
icon: {
|
|
type: String,
|
|
value: '',
|
|
},
|
|
text: {
|
|
type: String,
|
|
value: '',
|
|
},
|
|
};
|
|
export default props;
|