UNPKG

tdesign-vue

Version:
20 lines (15 loc) 365 B
/** * tdesign v1.15.0 * (c) 2026 tdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var getOverlay = function getOverlay(props) { if (props.showOverlay !== void 0) { return props.showOverlay; } return props.mode === "modal"; }; exports.getOverlay = getOverlay; //# sourceMappingURL=utils.js.map