@procore/core-react
Version:
React library of Procore Design Guidelines
15 lines (14 loc) • 644 B
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
import React from 'react';
/**
* Revert the general decorator spacing so content edge aligns with window edge
* aligns fixed content like sticky footer
*/
export var FullLayout = function FullLayout(props) {
return /*#__PURE__*/React.createElement("div", _extends({
style: {
margin: '-8px'
}
}, props));
};
//# sourceMappingURL=FullLayout.js.map