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