themed
import { themed } from '@dr.pogodin/react-utils';
These exports encapsulate React Themes library for visual styling of ReactJS components with theme composition. They are just aliases for exports from React Themes:
react-utils export | aliased react-themes export |
---|---|
themed | themed() |
themed.COMPOSE | COMPOSE |
themed.PRIORITY | PRIORITY |
ThemeProvider | ThemeProvider |