UNPKG

pathpunk

Version:

A react component based router with most of the functionalities of an SPA router

4 lines (3 loc) 177 B
import { LinkProps } from '../types/link'; declare const Link: ({ children, href, state, ...props }: LinkProps) => import("react/jsx-runtime").JSX.Element; export default Link;