1 | import * as React from 'react';
|
2 | export 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 | }
|
10 | export declare const NotificationDrawerListItemBody: React.FunctionComponent<NotificationDrawerListItemBodyProps>;
|
11 | //# sourceMappingURL=NotificationDrawerListItemBody.d.ts.map |
\ | No newline at end of file |