储能智慧云小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

index.d.ts 392B

12345678
  1. /// <reference types="miniprogram-api-typings" />
  2. import { ActionSheetItem, ActionSheetTheme, ActionSheetShowOption } from './show';
  3. export { ActionSheetItem, ActionSheetTheme, ActionSheetShowOption };
  4. declare const _default: {
  5. show(options: ActionSheetShowOption): WechatMiniprogram.Component.TrivialInstance;
  6. close(options: ActionSheetShowOption): void;
  7. };
  8. export default _default;