UNPKG

@activecollab/components

Version:

ActiveCollab Components

20 lines (18 loc) 596 B
import _extends from "@babel/runtime/helpers/esm/extends"; import React from "react"; import classnames from "classnames"; import { StyledDialogContent } from "./Styles"; // import { useDialogContext } from "./DialogContext"; export const DialogContent = _ref => { let { className, children, ...rest } = _ref; // useDialogContext(); return /*#__PURE__*/React.createElement(StyledDialogContent, _extends({ className: classnames("c-dialog-content", className) }, rest), children); }; DialogContent.displayName = "DialogContent"; //# sourceMappingURL=DialogContent.js.map