UNPKG

@patternfly/react-core

Version:

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

11 lines 412 B
/// <reference types="react" /> export interface PopoverBodyProps extends React.HTMLProps<HTMLDivElement> { /** Popover body id */ id: string; /** Popover body content */ children: React.ReactNode; /** Classes to be applied to the popover body. */ className?: string; } export declare const PopoverBody: React.FunctionComponent<PopoverBodyProps>; //# sourceMappingURL=PopoverBody.d.ts.map