UNPKG

@ansible/ansible-ui-framework

Version:

A framework for building applications using PatternFly.

7 lines (6 loc) 202 B
import { ReactNode } from 'react'; export declare function Help(props: { title?: string; help?: string | string[] | ReactNode; docLink?: string; }): import("react/jsx-runtime").JSX.Element;