UNPKG
styled-components-2rem
Version:
latest (1.0.9)
1.0.9
Extension of styled-components with features for convert px to rem units
styled-components-2rem
/
index.d.ts
8 lines
(4 loc)
•
162 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
StyledInterface
}
from
'styled-components'
declare
const
styledPx2rem :
StyledInterface
export
default
styledPx2rem
export
*
from
'styled-components'