UNPKG

@patternfly/react-core

Version:

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

9 lines 469 B
/// <reference types="react" /> export interface NotificationDrawerBodyProps extends React.HTMLProps<HTMLDivElement> { /** Content rendered inside the body of the notification drawer */ children?: React.ReactNode; /** Additional classes added to the notification drawer body */ className?: string; } export declare const NotificationDrawerBody: React.FunctionComponent<NotificationDrawerBodyProps>; //# sourceMappingURL=NotificationDrawerBody.d.ts.map