@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
9 lines • 372 B
TypeScript
import * as React from 'react';
export interface PopoverFooterProps extends React.HTMLProps<HTMLDivElement> {
/** Additional classes added to the Popover footer */
className?: string;
/** Footer node */
children: React.ReactNode;
}
export declare const PopoverFooter: React.FunctionComponent<PopoverFooterProps>;
//# sourceMappingURL=PopoverFooter.d.ts.map