Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Commit

Permalink
export createIntl
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Dec 26, 2019
1 parent 758c7bf commit 0d22fef
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ import IndexColumn from './component/indexColumn';
import { RequestData } from './useFetchData';
import TableDropdown from './component/dropdown';
import TableStatus from './component/status';
import { IntlProvider, IntlConsumer, IntlType, zhCNIntl, enUSIntl } from './component/intlContext';
import {
IntlProvider,
IntlConsumer,
createIntl,
IntlType,
zhCNIntl,
enUSIntl,
} from './component/intlContext';
import Search from './Form';

export {
Expand All @@ -20,6 +27,7 @@ export {
IntlConsumer,
IntlType,
zhCNIntl,
createIntl,
enUSIntl,
};

Expand Down

0 comments on commit 0d22fef

Please sign in to comment.