Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function SaveShareContainerWrapper(props) {
return (
}
server={() => }
/>
);
}
const StyledKeylineItem = styled(ArticleKeylineItem)`
${selectors.containsSticky(css`
border-bottom-color: transparent;
`)};
`;
const shouldBeSticky = mediaQuery(`(max-width: ${breakpoints.huge}px)`);
function StickySaveAndShareBar(props) {
return (
);
}
export default StickySaveAndShareBar;