@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
13 lines • 483 B
JavaScript
import { THEME_APPEARANCE_LIGHT, THEME_COLOR_BLUE } from "../utils/constants";
import { DUMMY_ARRAY } from '@zohodesk/utils/es/constantProps/constant';
export const defaultProps = {
themeAppearance: THEME_APPEARANCE_LIGHT,
themeColor: THEME_COLOR_BLUE,
baseZoomUnit: '1px',
baseFontUnit: '16px',
zoomUnitVariable: '--zd_baseUnit',
fontUnitVariable: '--zd_baseFontUnit',
excludeFeatures: DUMMY_ARRAY,
themeAppearanceAttr: 'data-mode',
themeColorAttr: 'data-theme'
};