UNPKG

525 BTypeScriptView Raw
1import * as React from 'react';
2export interface AboutModalBoxCloseButtonProps extends React.HTMLProps<HTMLDivElement> {
3 /** additional classes added to the About Modal Close button */
4 className?: string;
5 /** A callback for when the close button is clicked */
6 onClose?: () => void;
7 /** Set close button aria label */
8 'aria-label'?: string;
9}
10export declare const AboutModalBoxCloseButton: React.FunctionComponent<AboutModalBoxCloseButtonProps>;
11//# sourceMappingURL=AboutModalBoxCloseButton.d.ts.map
\No newline at end of file