@blueprintjs/core
Version:
Core styles & components
12 lines • 327 B
JavaScript
/*
* 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