@inceptionbg/iui 1.0.301 → 1.0.302
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export { default as moment } from 'moment';
|
|
|
6
6
|
export { DragDropContext, Draggable, Droppable } from 'react-beautiful-dnd';
|
|
7
7
|
import * as react_toastify from 'react-toastify';
|
|
8
8
|
export { ToastContainer } from 'react-toastify';
|
|
9
|
-
export { TFunction, changeLanguage, default as i18n } from 'i18next';
|
|
9
|
+
export { TFunction, changeLanguage, default as i18n, i18n as i18nType } from 'i18next';
|
|
10
10
|
export { I18nextProvider, Trans, useTranslation } from 'react-i18next';
|
|
11
11
|
import * as react from 'react';
|
|
12
12
|
import { MouseEventHandler, ButtonHTMLAttributes, FormEvent, ReactNode, FC, Dispatch, SetStateAction, FunctionComponent, RefObject, ReactElement, MouseEvent, InputHTMLAttributes, FocusEventHandler } from 'react';
|