UNPKG

@ansible/ansible-ui-framework

Version:

A framework for building applications using PatternFly.

5 lines (4 loc) 150 B
import { ReactNode } from 'react'; export declare function PageLayout(props: { children?: ReactNode; }): import("react/jsx-runtime").JSX.Element;