@activecollab/components
Version:
ActiveCollab Components
16 lines • 604 B
JavaScript
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
import _styled from "styled-components";
const _excluded = ["children"];
import React from "react";
export const EntitySeparator = _ref => {
let {
children
} = _ref,
rest = _objectWithoutPropertiesLoose(_ref, _excluded);
return /*#__PURE__*/React.createElement(_StyledDiv, rest, children);
};
var _StyledDiv = _styled("div").withConfig({
displayName: "EntitySeparator___StyledDiv",
componentId: "sc-5xbpkw-0"
})(["grid-column:1 / -1;"]);
//# sourceMappingURL=EntitySeparator.js.map