rheostat
Version:
Rheostat is a www, mobile, and accessible slider component built with React
8 lines (6 loc) • 323 B
JavaScript
import ThemedStyleSheet from 'react-with-styles/lib/ThemedStyleSheet';
import DefaultTheme from '../themes/DefaultTheme';
export default function registerInterfaceWithDefaultTheme(reactWithStylesInterface) {
ThemedStyleSheet.registerInterface(reactWithStylesInterface);
ThemedStyleSheet.registerTheme(DefaultTheme);
}