@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
24 lines (23 loc) • 645 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.AttachmentViewer_defaultProps = exports.AttachmentImage_defaultProps = void 0;
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: {},
customProps: {}
};
exports.AttachmentViewer_defaultProps = AttachmentViewer_defaultProps;