@blueprintjs/core
Version:
Core styles & components
14 lines • 452 B
JavaScript
/*
* Copyright 2018 Palantir Technologies, Inc. All rights reserved.
*
* Licensed under the terms of the LICENSE file distributed with this project.
*/
import { Position } from "../../common/position";
/** `Position` with `"auto"` values, used by `Popover` and `Tooltip`. */
export const PopoverPosition = {
...Position,
AUTO: "auto",
AUTO_END: "auto-end",
AUTO_START: "auto-start",
};
//# sourceMappingURL=popoverSharedProps.js.map