UNPKG
@crossed/demo
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
A universal & performant styling library for React Native, Next.js & React
@crossed/demo
/
lib
/
typescript
/
props.d.ts
9 lines
•
295 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{ colorVariants, sizeVariants, spaceVariants }
from
'@crossed/ui'
;
export
type
Props
= {
size
: keyof
typeof
sizeVariants;
color
: keyof
typeof
colorVariants;
weight
:
string
;
variant
:
string
;
space
: keyof
typeof
spaceVariants; };
//# sourceMappingURL=props.d.ts.map