UNPKG

@0xsplits/splits-kit

Version:

UI Components for working with 0xSplits contracts

6 lines (5 loc) 181 B
export default function Link({ href, children, className, }: { href: string; children: React.ReactNode; className?: string; }): import("react/jsx-runtime").JSX.Element;