UNPKG

box-ui-elements

Version:
11 lines 317 B
import * as React from 'react'; import './styles/BottomContentWrapper.scss'; function BottomContentWrapper({ children }) { return /*#__PURE__*/React.createElement("div", { className: "BottomContentWrapper" }, children); } export default BottomContentWrapper; //# sourceMappingURL=BottomContentWrapper.js.map