UNPKG

antd-mobile-taro-ui

Version:

以antd-mobile为设计标准,基于taro框架的微信小程序组件库

18 lines (12 loc) 463 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; require("./action-sheet.css"); var _attachPropertiesToComponent = require("antd-mobile/es/utils/attach-properties-to-component"); var _actionSheet2 = require("./action-sheet"); var _default = (0, _attachPropertiesToComponent.attachPropertiesToComponent)(_actionSheet2.ActionSheet, { show: _actionSheet2.showActionSheet }); exports.default = _default;