UNPKG

@activecollab/components

Version:

ActiveCollab Components

17 lines 561 B
import _extends from "@babel/runtime/helpers/esm/extends"; import React, { forwardRef } from "react"; import classnames from "classnames"; import { StyledMenuFooter } from "./Styles"; export const MenuFooter = /*#__PURE__*/forwardRef((_ref, ref) => { let { children, className, ...props } = _ref; return /*#__PURE__*/React.createElement(StyledMenuFooter, _extends({}, props, { className: classnames("c-menu-footer", className), ref: ref }), children); }); MenuFooter.displayName = "MenuFooter"; //# sourceMappingURL=MenuFooter.js.map