UNPKG

@0xsplits/splits-kit

Version:

UI Components for working with 0xSplits contracts

7 lines (6 loc) 213 B
/// <reference types="react" /> export default function Link({ href, children, className, }: { href: string; children: React.ReactNode; className?: string; }): import("react/jsx-runtime").JSX.Element;