UNPKG

@rainbow-me/rainbowkit

Version:
6 lines (5 loc) 180 B
import React from 'react'; export declare const CloseButton: ({ "aria-label": ariaLabel, onClose, }: { "aria-label"?: string; onClose: () => void; }) => React.JSX.Element;