mirror of https://github.com/astrit/css.gg.git
🐛 (styled-components): typo of components
This commit is contained in:
parent
ee87bc8f01
commit
1b754cb958
|
|
@ -5,7 +5,7 @@ const {{ styledname }} = styled.i`
|
|||
{{{ css }}}
|
||||
`
|
||||
|
||||
export const {{ name }} = React.forwardRef<HTMLElement, React.AllHTMLAttributes<HTMLElement>>((props, ref) => {
|
||||
export const {{ name }} = React.forwardRef<HTMLElement, React.HTMLAttributes<HTMLElement>>((props, ref) => {
|
||||
return (
|
||||
<>
|
||||
<{{ styledname }} {...props} ref={ref} />
|
||||
|
|
|
|||
Loading…
Reference in New Issue