UNPKG

carpooluikit

Version:
6 lines (5 loc) 197 B
import { AnchorHTMLAttributes } from "react"; import { TextProps } from "../Text"; export interface LinkProps extends TextProps, AnchorHTMLAttributes<HTMLAnchorElement> { external?: boolean; }