UNPKG
@linaria/core
Version:
latest (7.0.0)
legacy (3.0.0-airbnb.0)
7.0.0
6.3.0
6.2.0
6.1.0
6.0.0
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.2.10
4.2.9
4.2.8
4.2.7
4.2.6
4.2.5
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
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.15
3.0.0-beta.13
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/core
/
types
/
CSSProperties.d.ts
4 lines
(3 loc)
•
85 B
TypeScript
View Raw
1
2
3
4
export
type
CSSProperties
= { [
key
:
string
]:
string
|
number
|
CSSProperties
; };