UNPKG

@arcadedefi/arcade-uikit

Version:

Set of UI components for pancake projects

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