UNPKG

krypton-vite-demo

Version:
4 lines (3 loc) 167 B
import { LinkProps } from "./types"; declare const Link: import("react").MemoExoticComponent<({ children, ...props }: LinkProps) => JSX.Element>; export default Link;