UNPKG

@onwave/ui

Version:
8 lines (7 loc) 283 B
import { LinkProps } from "next/link"; import React from "react"; declare type Props = { outLink?: boolean; } & (LinkProps | React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>); export declare const DynamicLink: React.FC<Props>; export {};