UNPKG

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