UNPKG

react-toolbox-legacy

Version:

Unofficial fork of the react-toolbox package, compatible with React v16

10 lines (7 loc) 328 B
import { themr } from 'react-css-themr-legacy'; import { PROGRESS_BAR } from '../identifiers.js'; import { ProgressBar } from './ProgressBar.js'; import theme from './theme.scss'; const ThemedProgressBar = themr(PROGRESS_BAR, theme)(ProgressBar); export default ThemedProgressBar; export { ThemedProgressBar as ProgressBar };