UNPKG

146 BJavaScriptView Raw
1import { withTheme } from '../config';
2import LinearProgress from './LinearProgress';
3export default withTheme(LinearProgress, 'LinearProgress');