UNPKG

@devopness/ui-react

Version:

Devopness Design System React Components - Painless essential DevOps to everyone

8 lines (7 loc) 310 B
/** * QuestionIcon component that displays a help icon with hover interaction. * Used to indicate additional information or help is available. * @returns A question mark icon that changes color on hover */ declare const QuestionIcon: () => import("react/jsx-runtime").JSX.Element; export { QuestionIcon };