UNPKG

@ansible/ansible-ui-framework

Version:

A framework for building applications using PatternFly.

7 lines (6 loc) 210 B
import { ReactNode } from 'react'; export declare function PageFormHidden<T>(props: { watch: string; hidden: (value: T) => boolean; children: ReactNode; }): import("react/jsx-runtime").JSX.Element;