UNPKG

@activecollab/components

Version:

ActiveCollab Components

14 lines 421 B
import _styled from "styled-components"; import React from "react"; export const EntitySeparator = _ref => { let { children, ...rest } = _ref; 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