All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.js.demos.DashboardWrapper.d.ts Maven / Gradle / Ivy

Go to download

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy