UNPKG

@patternfly/react-core

Version:

This library provides a set of common React components for use with the PatternFly reference implementation.

8 lines 278 B
/// <reference types="react" /> interface DashboardHeaderProps { /** Render custom notification badge */ notificationBadge?: React.ReactNode; } export declare const DashboardHeader: React.FC<DashboardHeaderProps>; export {}; //# sourceMappingURL=DashboardHeader.d.ts.map