UNPKG

588 BJavaScriptView Raw
1import { __rest } from "tslib";
2import * as React from 'react';
3import styles from '@patternfly/react-styles/css/components/Drawer/drawer';
4import { css } from '@patternfly/react-styles';
5export const DrawerMain = (_a) => {
6 var {
7 // eslint-disable-next-line @typescript-eslint/no-unused-vars
8 className = '', children } = _a, props = __rest(_a, ["className", "children"]);
9 return (React.createElement("div", Object.assign({ className: css(styles.drawerMain, className) }, props), children));
10};
11DrawerMain.displayName = 'DrawerMain';
12//# sourceMappingURL=DrawerMain.js.map
\No newline at end of file