UNPKG

585 BTypeScriptView Raw
1import * as React from 'react';
2export interface NotificationDrawerListProps extends React.HTMLProps<HTMLUListElement> {
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 /** Adds styling to the notification drawer list to indicate expand/hide state */
8 isHidden?: boolean;
9}
10export declare const NotificationDrawerList: React.FunctionComponent<NotificationDrawerListProps>;
11//# sourceMappingURL=NotificationDrawerList.d.ts.map
\No newline at end of file