@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
20 lines (17 loc) • 510 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.defaultProps = void 0;
var _constants = require("../utils/constants");
var defaultProps = {
themeAppearance: _constants.THEME_APPEARANCE_LIGHT,
themeColor: _constants.THEME_COLOR_BLUE,
baseZoomUnit: '1px',
baseFontUnit: '16px',
zoomUnitVariable: '--zd_baseUnit',
fontUnitVariable: '--zd_baseFontUnit',
themeAppearanceAttr: 'data-mode',
themeColorAttr: 'data-theme'
};
exports.defaultProps = defaultProps;