UNPKG

@onethousandswaps-libs/uikit

Version:

User interface package for One THousand Swaps apps

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