convert style object to string
pnpm add @minko-fe/style-object-to-stringnpm add @minko-fe/style-object-to-stringimport { styleObjectToString } from '@minko-fe/style-object-to-string'
styleObjectToString({
fontSize: 14,
backgroundColor: '#fff',
}) // 'font-size:14px;background-color:#fff'Source code from react