tdesign-mobile-vue
Version:
tdesign-mobile-vue
24 lines (17 loc) • 772 B
JavaScript
/**
* tdesign v1.15.0
* (c) 2026 TDesign Group
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var _common_js_message_animation = require('./animation.js');
var _common_js_message_constants = require('./constants.js');
exports.fadeIn = _common_js_message_animation.fadeIn;
exports.fadeOut = _common_js_message_animation.fadeOut;
exports.DEFAULT_DURATION = _common_js_message_constants.DEFAULT_DURATION;
exports.DEFAULT_Z_INDEX = _common_js_message_constants.DEFAULT_Z_INDEX;
exports.PLACEMENT_LIST = _common_js_message_constants.PLACEMENT_LIST;
exports.PLACEMENT_OFFSET = _common_js_message_constants.PLACEMENT_OFFSET;
exports.THEME_LIST = _common_js_message_constants.THEME_LIST;
//# sourceMappingURL=index.js.map