@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
9 lines • 492 B
TypeScript
import * as React from 'react';
export interface NotificationDrawerGroupListProps extends React.HTMLProps<HTMLDivElement> {
/** Content rendered inside the notification drawer list body */
children?: React.ReactNode;
/** Additional classes added to the notification drawer list body */
className?: string;
}
export declare const NotificationDrawerGroupList: React.FunctionComponent<NotificationDrawerGroupListProps>;
//# sourceMappingURL=NotificationDrawerGroupList.d.ts.map