WXL
4 天以前 3bd962a6d7f61239c020e2dbbeb7341e5b842dd1
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 {