UNPKG

@ansible/ansible-ui-framework

Version:

A framework for building applications using PatternFly.

10 lines (9 loc) 268 B
import { ReactNode } from 'react'; declare function StandardPopover(props: { ariaLabel?: string; content: ReactNode; header: ReactNode; id?: string; maxWidth?: string; }): import("react/jsx-runtime").JSX.Element | null; export { StandardPopover };