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