UNPKG

nextjs13-router-events

Version:

Provides NextJS 13 router events compatible with the App Router

4 lines (3 loc) 246 B
import React from "react"; declare const Link: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref"> & React.RefAttributes<HTMLAnchorElement>>; export default Link;