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
/
alignment.d.ts
8 lines
(7 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** Alignment along the horizontal axis. */
export
declare
const
Alignment
: {
CENTER
:
"center"
;
LEFT
:
"left"
;
RIGHT
:
"right"
; };
export
declare
type
Alignment
=
typeof
Alignment
[keyof
typeof
Alignment
];