@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
17 lines • 461 B
JavaScript
import { getDotLibraryConfig } from "../../../../Provider/Config";
export const defaultProps = {
isMore: false,
isAnimate: true,
isClose: false,
autoClose: false,
hideTime: '3000',
dataId: 'toastMessage',
needAutoZindex: true,
needIcon: true,
titleVariant: 'primary',
isShrinkView: false,
needClose: true,
customProps: {},
dataSelectorId: 'desktopNotification',
responsiveId: getDotLibraryConfig('desktopNotificationResponsiveId')
};