UNPKG

@wix/design-system

Version:

@wix/design-system

20 lines (19 loc) 508 B
"use strict"; exports.__esModule = true; exports.default = void 0; var Content = _ref => { var children = _ref.children, stickyStyle = _ref.stickyStyle; if (typeof children === 'function') { // TODO: children probably never get passed as a function, check and refactor // @ts-expect-error return children({ stickyStyle }); } else { return children; } }; Content.displayName = 'Page.Content'; var _default = exports.default = Content; //# sourceMappingURL=Content.js.map