mirror of https://github.com/astrit/css.gg.git
✏️ (styled-components): update tpl
This commit is contained in:
parent
e272e0c9b0
commit
43230795f8
|
|
@ -5,7 +5,7 @@ const {{ styledname }} = styled.i`
|
|||
{{{ css }}}
|
||||
`
|
||||
|
||||
export const {{ name }} = React.forwardRef<HTMLElement, React.DetailedHTMLProps<React.HtmlHTMLAttributes<HTMLElement>, HTMLElement>>((props, ref) => {
|
||||
export const {{ name }} = React.forwardRef<React.HtmlHTMLAttributes<HTMLElement>, HTMLElement>>((props, ref) => {
|
||||
return (
|
||||
<>
|
||||
<{{ styledname }} {...props} ref={ref} />
|
||||
|
|
|
|||
Loading…
Reference in New Issue