UNPKG

@blueprintjs/core

Version:
12 lines 327 B
/* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. */ /** Alignment along the horizontal axis. */ export const Alignment = { CENTER: "center", LEFT: "left", RIGHT: "right", }; //# sourceMappingURL=alignment.js.map