UNPKG

@ansible/ansible-ui-framework

Version:

A framework for building applications using PatternFly.

10 lines (9 loc) 270 B
import { ReactNode } from 'react'; export declare function PageDetail(props: { id?: string; label?: string; children?: ReactNode; helpText?: string | ReactNode; isEmpty?: boolean; fullWidth?: boolean; }): import("react/jsx-runtime").JSX.Element;