UNPKG

@blueprintjs/core

Version:
12 lines 570 B
"use strict"; /* * 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 }); var tslib_1 = require("tslib"); var position_1 = require("../../common/position"); /** `Position` with `"auto"` values, used by `Popover` and `Tooltip`. */ exports.PopoverPosition = tslib_1.__assign({}, position_1.Position, { AUTO: "auto", AUTO_END: "auto-end", AUTO_START: "auto-start" }); //# sourceMappingURL=popoverSharedProps.js.map