UNPKG

368 BTypeScriptView Raw
1import * as React from 'react';
2export declare const PopoverCloseButton: React.FunctionComponent<PopoverCloseButtonProps>;
3export interface PopoverCloseButtonProps {
4 /** PopoverCloseButton onClose function */
5 onClose?: (event: any) => void;
6 /** Aria label for the Close button */
7 'aria-label': string;
8}
9//# sourceMappingURL=PopoverCloseButton.d.ts.map
\No newline at end of file