// @flow
importstyledfrom'./base'import{tags}from'./tags'// bind it to avoid mutating the original function
constnewStyled=styled.bind()tags.forEach(tagName=>{// $FlowFixMe: we can ignore this because its exposed type is defined by the CreateStyled type
newStyled[tagName]=newStyled(tagName)})exportdefaultnewStyled