$ yarn add @hitechline/reactools@latest
OR
$ npm install @hitechline/reactools@latest
import * as Reactools from '@hitechline/reactools'; const Component = () => { return ( <h1 className={Reactools.mergeClassNames('class1', 'class2')}>Component</h1> ); };