UNPKG

@ansible/ansible-ui-framework

Version:

A framework for building applications using PatternFly.

7 lines (6 loc) 248 B
interface IPageFormExpandableSectionProps { children: React.ReactNode; singleColumn?: boolean; } export declare function PageFormExpandableSection(props: IPageFormExpandableSectionProps): import("react/jsx-runtime").JSX.Element; export {};