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

12345678910
  1. import { show, close, ActionSheetTheme } from './show';
  2. export { ActionSheetTheme };
  3. export default {
  4. show(options) {
  5. return show(options);
  6. },
  7. close(options) {
  8. return close(options);
  9. },
  10. };