UNPKG

@ansible/ansible-ui-framework

Version:

A framework for building applications using PatternFly.

8 lines (7 loc) 247 B
import { ReactNode } from 'react'; export declare const PageDashboardContext: import("react").Context<{ columns: number; }>; export declare function PageDashboard(props: { children?: ReactNode; }): import("react/jsx-runtime").JSX.Element;