* add with-theme hoc * add dark theme styles for components * add toggle theme button to the dev demo page * add info about widget themes to README
5 lines
137 B
JavaScript
5 lines
137 B
JavaScript
import withTheme from 'components/with-theme';
|
|
import Dropdown__Item from './dropdown__item';
|
|
|
|
export default withTheme(Dropdown__Item);
|