Skip to content

Commit

Permalink
fix: export the useTranslator hook
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Jan 29, 2023
1 parent 72b0498 commit e6e674f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import Cell from './src/cell';
import { useConfig } from './src/hooks/useConfig';
import { useStore } from './src/hooks/useStore';
import useSelector from './src/hooks/useSelector';
import { useTranslator } from 'src/i18n/language';

export {
Grid,
Expand All @@ -31,4 +32,5 @@ export {
useConfig,
useState,
useSelector,
useTranslator,
};
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gridjs",
"version": "6.0.5",
"version": "6.0.6",
"description": "Advanced table plugin",
"author": "Afshin Mehrabani <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit e6e674f

Please sign in to comment.