UNPKG

@kuma-ui/sheet

Version:

🐻 Kuma UI is a utility-first, zero-runtime CSS-in-JS library that offers an outstanding developer experience and optimized performance.

5 lines (3 loc) 228 B
declare const removeSpacesAroundCssPropertyValues: (css: string) => string; declare const removeSpacesExceptInProperties: (css: string) => string; export { removeSpacesAroundCssPropertyValues, removeSpacesExceptInProperties };