UNPKG
@corvu/utils
Version:
latest (0.4.2)
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
Utilities for corvu
corvu.dev
corvudev/corvu
@corvu/utils
/
dist
/
types-DjuvUwDr.d.ts
6 lines
(4 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
5
6
type
Axis
=
'x'
|
'y'
;
type
Side
=
'top'
|
'right'
|
'bottom'
|
'left'
;
type
Size
=
`
${
number
}
px`
|
number
;
export
type
{
Axis
as
A,
Side
as
S,
Size
as
a };