@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
9 lines • 396 B
TypeScript
import * as React from 'react';
export interface PopoverHeaderIconProps extends React.HTMLProps<HTMLSpanElement> {
/** Content of the header icon */
children: React.ReactNode;
/** Class to be applied to the header icon */
className?: string;
}
export declare const PopoverHeaderIcon: React.FunctionComponent<PopoverHeaderIconProps>;
//# sourceMappingURL=PopoverHeaderIcon.d.ts.map