UNPKG
blueprintjs-core
Version:
latest (3.46.0)
3.46.0
Core styles & components
github.com/palantir/blueprint
palantir/blueprint
blueprintjs-core
/
lib
/
esnext
/
common
/
boundary.d.ts
7 lines
(6 loc)
•
190 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** Boundary of a one-dimensional interval. */
export
declare
const
Boundary
: {
START
:
"start"
;
END
:
"end"
; };
export
declare
type
Boundary
=
typeof
Boundary
[keyof
typeof
Boundary
];