UNPKG

@6thquake/react-material

Version:

React components that implement Google's Material Design.

23 lines (21 loc) 377 B
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;