云链智安app
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

props.ts 551B

12345678910111213141516171819202122232425262728293031323334
  1. // @ts-nocheck
  2. // export const outline = {
  3. // show: false,
  4. // borderWidth: '12rpx',
  5. // borderDistance: '12rpx',
  6. // borderColor: '#007aff',
  7. // shadowBlur: '20rpx',
  8. // shadowColor: 'rgba(0, 0, 0, 0.25)'
  9. // }
  10. export default {
  11. percent: {
  12. type: Number,
  13. default: 10
  14. },
  15. size: {
  16. type: String,
  17. // default: '250rpx'
  18. },
  19. outline: {
  20. type: Boolean,
  21. // default: outline
  22. },
  23. // background: {
  24. // type: String,
  25. // // default: '#E3F7FF'
  26. // },
  27. radius: String,
  28. innerColor: String,
  29. waveColor: {
  30. type: String,
  31. // default: '#007aff'
  32. }
  33. }