export default [ { title: '金额文本', schema: { componentName: 'PisellText.Amount', props: { value: 10, precision: 2, showCurrencySymbol: true, useThousandsSeparator: true, hideDecimalForWholeNumbers: true, }, }, }, ];