UNPKG

396 BTypeScriptView Raw
1import * as React from 'react';
2export interface PopoverHeaderIconProps extends React.HTMLProps<HTMLSpanElement> {
3 /** Content of the header icon */
4 children: React.ReactNode;
5 /** Class to be applied to the header icon */
6 className?: string;
7}
8export declare const PopoverHeaderIcon: React.FunctionComponent<PopoverHeaderIconProps>;
9//# sourceMappingURL=PopoverHeaderIcon.d.ts.map
\No newline at end of file