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