UNPKG

412 BTypeScriptView Raw
1import * as React from 'react';
2export interface PopoverBodyProps extends React.HTMLProps<HTMLDivElement> {
3 /** Popover body id */
4 id: string;
5 /** Popover body content */
6 children: React.ReactNode;
7 /** Classes to be applied to the popover body. */
8 className?: string;
9}
10export declare const PopoverBody: React.FunctionComponent<PopoverBodyProps>;
11//# sourceMappingURL=PopoverBody.d.ts.map
\No newline at end of file