react-dates
Version:
A responsive and accessible date range picker component built with React
7 lines (6 loc) • 321 B
JavaScript
import ThemedStyleSheet from 'react-with-styles/lib/ThemedStyleSheet';
import DefaultTheme from '../theme/DefaultTheme';
export default function registerInterfaceWithDefaultTheme(reactWithStylesInterface) {
ThemedStyleSheet.registerInterface(reactWithStylesInterface);
ThemedStyleSheet.registerTheme(DefaultTheme);
}