UNPKG

@patternfly/react-core

Version:

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

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