UNPKG

tdesign-miniprogram

Version:
26 lines (25 loc) 402 B
const props = { align: { type: String, value: 'center', }, content: { type: String, }, style: { type: String, value: '', }, dashed: { type: Boolean, value: false, }, externalClasses: { type: Array, }, layout: { type: String, value: 'horizontal', }, }; export default props;