UNPKG

@blueprintjs/core

Version:
14 lines 330 B
/* * 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 const Elevation = { ZERO: 0, ONE: 1, TWO: 2, THREE: 3, FOUR: 4, }; //# sourceMappingURL=elevation.js.map