UNPKG

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