UNPKG

mod-arch-shared

Version:

Shared UI components and utilities for modular architecture micro-frontend projects

9 lines 387 B
import * as React from 'react'; import { Popover } from '@patternfly/react-core'; type FieldGroupHelpLabelIconProps = { content: React.ComponentProps<typeof Popover>['bodyContent']; onClick?: () => void; }; declare const FieldGroupHelpLabelIcon: React.FC<FieldGroupHelpLabelIconProps>; export default FieldGroupHelpLabelIcon; //# sourceMappingURL=FieldGroupHelpLabelIcon.d.ts.map