WXL
2026-06-11 b76de9a566e4435146a970aa22333a58f87b485b
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 {