tdesign-vue
Version:
22 lines (15 loc) • 620 B
JavaScript
/**
* tdesign v1.15.0
* (c) 2026 tdesign
* @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.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