Skip to content

Commit

Permalink
feat(next-intlayer): export NextLayoutIntlayer
Browse files Browse the repository at this point in the history
  • Loading branch information
aymericzip committed Jul 9, 2024
1 parent 02ea786 commit 614a5d8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion packages/next-intlayer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ export {
type IntlayerNode,
} from 'react-intlayer';
export { generateStaticParams } from './generateStaticParams';
export type { LocalParams, NextPageIntlayer } from './types/index';
export type {
LocalParams,
NextPageIntlayer,
NextLayoutIntlayer,
} from './types/index';
export {
useLocale,
IntlayerClientProvider,
Expand Down
6 changes: 5 additions & 1 deletion packages/next-intlayer/src/types/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
export type { LocalParams, NextPageIntlayer } from './NextPage';
export type {
LocalParams,
NextPageIntlayer,
NextLayoutIntlayer,
} from './NextPage';

0 comments on commit 614a5d8

Please sign in to comment.