#react

2022 08 04


const StyledH1 = styled.h1``

() => <StyledH1 as={"h2"}>  Turn me into a h2 </StyledH1>
Edit on GitHub