UNPKG

@cainiaofe/cn-ui-m

Version:
7 lines (6 loc) 288 B
import Context from './context'; import { LocaledComponentProps, useLocale } from './hooks'; import LocaleProvider from './provider'; import withLocale from './with-locale'; export { LocaleProvider, useLocale, withLocale, LocaledComponentProps, Context, }; export default LocaleProvider;