UNPKG

simple-i18n-next

Version:

A CLI to generate TypeScript code from translation files in JSON format and Markdown files for Next.js projects.

5 lines (4 loc) 127 B
declare module "*.mdx" { let MDXComponent: (props: Record<string, unknown>) => JSX.Element; export default MDXComponent; }