WXL
4 天以前 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7
node_modules/uview-plus/types/comps/radio.d.ts
@@ -60,9 +60,13 @@
declare interface RadioSlots {
  /**
   * 自定义修改label内容
   * 自定义icon内容
   */
  ['default']?: () => any
  ['icon']?: () => any
  /**
   * 自定义label内容
   */
  ['label']?: () => any
}
declare interface _Radio {