package.dist.js.demos.DashboardWrapper.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react-core Show documentation
Show all versions of react-core Show documentation
This library provides a set of common React components for use with the PatternFly reference implementation.
The newest version!
import React from 'react';
import { PageProps } from '../components';
interface DashboardWrapperProps extends Omit {
/** Programmatically manage if the sidebar nav is shown */
sidebarNavOpen?: boolean;
/** Flag to render sample breadcrumb if custom breadcrumb not passed */
hasDefaultBreadcrumb?: boolean;
/** Flag to render sample page title if custom title not passed */
hasPageTemplateTitle?: boolean;
}
export declare const DashboardBreadcrumb: React.JSX.Element;
export declare const DashboardWrapper: React.FC;
export {};
//# sourceMappingURL=DashboardWrapper.d.ts.map