@6thquake/react-material
Version:
React components that implement Google's Material Design.
4 lines • 343 B
JavaScript
import withLocale from './withLocale';
import { LocaleProvider, LocaleContext, LocaleConsumer, getLanguage, getLocale, getDefaultLocale, getLocaleResource } from './LocaleProvider';
export { LocaleProvider, LocaleConsumer, LocaleContext, withLocale, getLanguage, getLocale, getDefaultLocale, getLocaleResource };
export default LocaleProvider;