UNPKG

next-translate-routes-multi-domain

Version:

Flexible and translated routes for Next.js without custom server

8 lines (7 loc) 217 B
import { LinkProps } from 'next/link'; import React from 'react'; /** * Link component that handle route translations */ export declare const Link: React.FC<React.PropsWithChildren<LinkProps>>; export default Link;