UNPKG
@nekobird/styled-chemistry
Version:
latest (0.0.2)
0.0.2
0.0.1
A theming system for css-in-js.
github.com/nekobird/style-system
nekobird/style-system
@nekobird/styled-chemistry
/
build
/
types
/
lib
/
interfaces
/
common.d.ts
4 lines
(3 loc)
•
172 B
TypeScript
View Raw
1
2
3
4
export
declare
type
IStringOrNumber
=
string
|
number
;
export
declare
type
IStringOrNull
=
string
|
null
;
export
declare
type
IStringNumberOrNull
=
IStringOrNumber
|
null
;