@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
16 lines • 356 B
JavaScript
export const AttachmentImage_defaultProps = {
dataId: 'AttachmentImage',
customClass: {
customImageClass: '',
customChildrenClass: ''
}
};
export const AttachmentViewer_defaultProps = {
responsiveId: "Helmet",
needDownload: true,
i18nKeys: {},
maintainZoom: false,
isActive: false,
dataId: 'AttachmentViewer',
customProps: {}
};