UNPKG

490 BJavaScriptView Raw
1import { __rest } from "tslib";
2import * as React from 'react';
3import styles from '@patternfly/react-styles/css/components/Tooltip/tooltip';
4import { css } from '@patternfly/react-styles';
5export const TooltipArrow = (_a) => {
6 var { className } = _a, props = __rest(_a, ["className"]);
7 return React.createElement("div", Object.assign({ className: css(styles.tooltipArrow, className) }, props));
8};
9TooltipArrow.displayName = 'TooltipArrow';
10//# sourceMappingURL=TooltipArrow.js.map
\No newline at end of file