UNPKG

@ansible/ansible-ui-framework

Version:

A framework for building applications using PatternFly.

7 lines (6 loc) 261 B
import { ReactNode } from 'react'; export declare function PageMasthead(props: { brand: ReactNode; children?: ReactNode; }): import("react/jsx-runtime").JSX.Element; export declare function PageMastheadToggle(): import("react/jsx-runtime").JSX.Element;