@blueprintjs/core
Version:
Core styles & components
14 lines • 328 B
JavaScript
/*
* Copyright 2018 Palantir Technologies, Inc. All rights reserved.
*
* Licensed under the terms of the LICENSE file distributed with this project.
*/
// tslint:disable:object-literal-sort-keys
export var Elevation = {
ZERO: 0,
ONE: 1,
TWO: 2,
THREE: 3,
FOUR: 4,
};
//# sourceMappingURL=elevation.js.map