@blueprintjs/popover2
Version:
Re-exports of popover-related components from @blueprintjs/core
41 lines • 1.75 kB
JavaScript
/*
* Copyright 2023 Palantir Technologies, Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export {
/** @deprecated import from `@blueprintjs/core` instead */
Breadcrumbs as Breadcrumbs2,
/** @deprecated import from `@blueprintjs/core` instead */
ContextMenu as ContextMenu2,
/** @deprecated import from `@blueprintjs/core` instead */
ContextMenuPopover as ContextMenu2Popover,
/** @deprecated import from `@blueprintjs/core` instead */
hideContextMenu,
/** @deprecated import from `@blueprintjs/core` instead */
showContextMenu,
/** @deprecated import from `@blueprintjs/core` instead */
MenuItem as MenuItem2,
/** @deprecated import from `@blueprintjs/core` instead */
PopoverInteractionKind as Popover2InteractionKind,
/** @deprecated import from `@blueprintjs/core` instead */
PopperPlacements as PlacementOptions,
/** @deprecated import from `@blueprintjs/core` instead */
PopupKind,
/** @deprecated import from `@blueprintjs/core` instead */
ResizeSensor as ResizeSensor2,
/** @deprecated import from `@blueprintjs/core` instead */
Tooltip as Tooltip2, } from "@blueprintjs/core";
export { Classes } from "./classes";
export { Popover2 } from "./popover2";
//# sourceMappingURL=index.js.map