mod-arch-shared
Version:
Shared UI components and utilities for modular architecture micro-frontend projects
8 lines • 361 B
TypeScript
import * as React from 'react';
import { Popover } from '@patternfly/react-core';
type FieldGroupHelpLabelIconProps = {
content: React.ComponentProps<typeof Popover>['bodyContent'];
};
declare const FieldGroupHelpLabelIcon: React.FC<FieldGroupHelpLabelIconProps>;
export default FieldGroupHelpLabelIcon;
//# sourceMappingURL=FieldGroupHelpLabelIcon.d.ts.map