UNPKG

pathpunk

Version:

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

8 lines (7 loc) 195 B
import { AnchorHTMLAttributes } from 'react'; export interface LinkProps extends AnchorHTMLAttributes<HTMLAnchorElement> { href: string; state?: { [key: string]: string; }; }