UNPKG
blueprintjs-core
Version:
latest (3.46.0)
3.46.0
Core styles & components
github.com/palantir/blueprint
palantir/blueprint
blueprintjs-core
/
lib
/
esm
/
common
/
elevation.d.ts
9 lines
(8 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
const
Elevation
: {
ZERO
:
0
;
ONE
:
1
;
TWO
:
2
;
THREE
:
3
;
FOUR
:
4
; };
export
declare
type
Elevation
=
typeof
Elevation
[keyof
typeof
Elevation
];