UNPKG

@patternfly/react-core

Version:

This library provides a set of common React components for use with the PatternFly reference implementation.

9 lines 368 B
import * as React from 'react'; export declare const PopoverCloseButton: React.FunctionComponent<PopoverCloseButtonProps>; export interface PopoverCloseButtonProps { /** PopoverCloseButton onClose function */ onClose?: (event: any) => void; /** Aria label for the Close button */ 'aria-label': string; } //# sourceMappingURL=PopoverCloseButton.d.ts.map