@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
19 lines (18 loc) • 550 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.AttachmentViewer_defaultProps = exports.AttachmentImage_defaultProps = void 0;
var AttachmentImage_defaultProps = {
dataId: 'AttachmentImage'
};
exports.AttachmentImage_defaultProps = AttachmentImage_defaultProps;
var AttachmentViewer_defaultProps = {
responsiveId: "Helmet",
needDownload: true,
i18nKeys: {},
maintainZoom: false,
isActive: false,
dataId: 'AttachmentViewer'
};
exports.AttachmentViewer_defaultProps = AttachmentViewer_defaultProps;