UNPKG
@linaria/react
Version:
latest (7.0.1)
legacy (3.0.0-airbnb.0)
7.0.1
7.0.0
6.3.0
6.2.1
6.2.0
6.1.0
6.0.0
5.0.3
5.0.2
5.0.1
5.0.0
4.5.4
4.5.3
4.5.2
4.5.1
4.5.0
4.3.8
4.3.7
4.3.6
4.3.5
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
4.2.1
4.2.0
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.0
4.0.0-beta.1
4.0.0-beta.0
3.0.0-beta.22
3.0.0-beta.21
3.0.0-beta.20
3.0.0-beta.19
3.0.0-beta.18
3.0.0-beta.17
3.0.0-beta.15
3.0.0-beta.14
3.0.0-beta.13
3.0.0-beta.11
3.0.0-beta.7
3.0.0-beta.4
3.0.0-beta.3
3.0.0-beta.2
3.0.0-beta.1
3.0.0-beta.0
3.0.0-airbnb.0
Blazing fast zero-runtime CSS in JS library
github.com/callstack/linaria
callstack/linaria
@linaria/react
/
types
/
index.d.ts
5 lines
(4 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
5
export
{
default
as
styled }
from
'./styled'
;
export
type
{
HtmlStyledTag
,
StyledComponent
,
StyledJSXIntrinsics
,
Styled
, }
from
'./styled'
;
export
type
{
CSSProperties
}
from
'@linaria/core'
;
export
type
{
WYWEvalMeta
}
from
'@wyw-in-js/shared'
;