UNPKG

tdesign-miniprogram

Version:
22 lines (21 loc) 320 B
const props = { description: { type: String, }, icon: { type: null, value: true, }, image: { type: String, }, theme: { type: String, value: 'default', }, title: { type: String, value: '', }, }; export default props;