UNPKG

@ansible/ansible-ui-framework

Version:

A framework for building applications using PatternFly.

10 lines (9 loc) 289 B
import { ReactNode } from 'react'; export declare function PageFormSection(props: { title?: string; children: ReactNode; singleColumn?: boolean; isHorizontal?: boolean; canCollapse?: boolean; defaultCollapsed?: boolean; }): import("react/jsx-runtime").JSX.Element;