合伙人运营小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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;