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