Repository URL to install this package:
|
Version:
0.7.4+sf.2 ▾
|
/// <reference types="react" />
export declare const CloseButton: ({ "aria-label": ariaLabel, onClose, }: {
'aria-label'?: string;
'onClose': () => void;
}) => JSX.Element;