WXL
3 天以前 9bce51f651aad297ef9eb6df832bfdaf1de05d84
node_modules/uview-plus/types/comps/stepsItem.d.ts
@@ -23,10 +23,14 @@
}
declare interface StepsItemSlots {
  /**
   * 自定步骤状态内容
   */
  ['default']?: () => any
  // 自定步骤整体内容
  ['content']?: () => any,
  // 自定步骤图标
  ['icon']?: () => any,
  // 自定步骤标题
  ['title']?: () => any,
  // 自定步骤描述
  ['desc']?: () => any,
}
declare interface _StepsItem {