Files
quinn-wx/components/result/props.js
2022-12-16 17:32:49 +08:00

25 lines
371 B
JavaScript

const props = {
description: {
type: String,
},
externalClasses: {
type: Array,
},
icon: {
type: String,
value: '',
},
image: {
type: String,
},
title: {
type: String,
value: '',
},
theme: {
type: String,
value: 'default',
},
};
export default props;