import styled from 'styled-components'; const themeAnnotation = (StyledComponent, ...args) => styled(StyledComponent)`${args}`; export { themeAnnotation, };