@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
28 lines (25 loc) • 750 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.AttachmentViewer_defaultProps = exports.AttachmentImage_defaultProps = void 0;
var _General = require("../../utils/General");
var AttachmentImage_defaultProps = {
dataId: 'AttachmentImage',
customClass: {
customImageClass: '',
customChildrenClass: ''
}
};
exports.AttachmentImage_defaultProps = AttachmentImage_defaultProps;
var AttachmentViewer_defaultProps = {
responsiveId: "Helmet",
needDownload: true,
maintainZoom: false,
isActive: false,
dataId: 'AttachmentViewer',
i18nKeys: _General.DUMMY_OBJECT,
customProps: _General.DUMMY_OBJECT,
hasCount: true
};
exports.AttachmentViewer_defaultProps = AttachmentViewer_defaultProps;