WXL
4 天以前 9bce51f651aad297ef9eb6df832bfdaf1de05d84
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 {