UNPKG
aesthetic-adapter-typestyle
Version:
latest (4.1.3)
next (4.0.0-alpha.1)
4.1.3
4.1.2
4.1.1
4.1.0
4.0.0
4.0.0-alpha.1
4.0.0-alpha.0
3.0.1
3.0.0
3.0.0-rc.0
3.0.0-alpha.6
3.0.0-alpha.5
3.0.0-alpha.4
3.0.0-alpha.3
3.0.0-alpha.2
3.0.0-alpha.1
3.0.0-alpha.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.1
2.0.0
2.0.0-rc.0
2.0.0-alpha.5
2.0.0-alpha.4
2.0.0-alpha.3
2.0.0-alpha.2
2.0.0-alpha.1
2.0.0-alpha.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
1.0.0-0
TypeStyle support for Aesthetic.
milesj/aesthetic
aesthetic-adapter-typestyle
/
lib
/
types.d.ts
4 lines
•
173 B
TypeScript
View Raw
1
2
3
4
import
{ types }
from
'typestyle'
;
export
declare
type
NativeBlock
= types.
NestedCSSProperties
;
export
declare
type
ParsedBlock
=
string
;
//# sourceMappingURL=types.d.ts.map