UNPKG

@wimdental/i18n

Version:

Simple module to localize the React using simple tools.

8 lines (6 loc) 226 B
export * from './components/LocalizeProvider'; export * from './components/Locale'; export * from './decorators/locale'; export * from './utils/createDictionary'; export * from './actions'; export * from './reducers';