UNPKG

@react-ui-org/react-ui

Version:

React UI is a themeable UI library for React apps.

12 lines (9 loc) 224 B
export const getRootHyphensClassName = (hyphens, styles) => { if (hyphens === 'auto') { return styles.isRootHyphensAuto; } if (hyphens === 'manual') { return styles.isRootHyphensManual; } return null; };