UNPKG

@rainbow-me/rainbowkit

Version:
6 lines (5 loc) 176 B
import React, { type ReactNode } from 'react'; export declare const DisclaimerLink: ({ children, href, }: { children: ReactNode; href: string; }) => React.JSX.Element;