UNPKG

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