UNPKG

469 BTypeScriptView Raw
1import * as React from 'react';
2export interface NotificationDrawerBodyProps extends React.HTMLProps<HTMLDivElement> {
3 /** Content rendered inside the body of the notification drawer */
4 children?: React.ReactNode;
5 /** Additional classes added to the notification drawer body */
6 className?: string;
7}
8export declare const NotificationDrawerBody: React.FunctionComponent<NotificationDrawerBodyProps>;
9//# sourceMappingURL=NotificationDrawerBody.d.ts.map
\No newline at end of file