@blueprintjs/core
Version:
Core styles & components
14 lines • 399 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 });
/** Alignment along the horizontal axis. */
exports.Alignment = {
CENTER: "center",
LEFT: "left",
RIGHT: "right",
};
//# sourceMappingURL=alignment.js.map
;