UNPKG

react-custom-properties

Version:

A React component for applying CSS Variables (Custom Properties)

12 lines (10 loc) 282 B
import isValidProperty from './is-valid-property'; import removeStyleProperty from './remove-style-property'; import setStyleProperty from './set-style-property'; import getRoot from './get-root'; export { getRoot, isValidProperty, removeStyleProperty, setStyleProperty, }