储能智慧云小程序
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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;