@zohodesk/components
Version:
In this Package, we Provide Some Basic Components to Build Web App
11 lines • 451 B
JavaScript
import commonStyle from "../common/common.module.css";
export const whiteSpaceClassMapping = {
// eslint-disable-next-line dot-notation
'normal': commonStyle.whiteSpace_normal,
'pre': commonStyle.whiteSpace_pre,
'pre-wrap': commonStyle.whiteSpace_preWrap,
'pre-line': commonStyle.whiteSpace_preLine,
// eslint-disable-next-line dot-notation
'nowrap': commonStyle.whiteSpace_nowrap,
'break-spaces': commonStyle.whiteSpace_breakSpaces
};