zarm
Version:
基于 React 的移动端UI库
17 lines (13 loc) • 364 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var showOriginButton = function showOriginButton(images, index) {
if (images && typeof index === 'number' && images[index] && images[index].originSrc) {
return true;
}
return false;
};
var _default = showOriginButton;
exports.default = _default;
;