UNPKG

269 BJavaScriptView Raw
1import { withStyles } from 'react-with-styles';
2import ThemedStyleSheet from 'react-with-styles/lib/ThemedStyleSheet';
3import CSSInterface from '../src';
4
5ThemedStyleSheet.registerTheme({});
6ThemedStyleSheet.registerInterface(CSSInterface);
7
8export default withStyles;