city-casereport/miniprogram_npm/tdesign-miniprogram/action-sheet/index.d.ts
2023-12-06 14:22:42 +08:00

9 lines
392 B
TypeScript

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