UNPKG

@blueprintjs/popover2

Version:

Re-exports of popover-related components from @blueprintjs/core

92 lines (84 loc) 4.18 kB
/* * 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 */ type BreadcrumbProps, /** @deprecated import from `@blueprintjs/core` instead */ Breadcrumbs as Breadcrumbs2, /** @deprecated import from `@blueprintjs/core` instead */ type BreadcrumbsProps as Breadcrumbs2Props, /** @deprecated import from `@blueprintjs/core` instead */ ContextMenu as ContextMenu2, /** @deprecated import from `@blueprintjs/core` instead */ type ContextMenuChildrenProps as ContextMenu2ChildrenProps, /** @deprecated import from `@blueprintjs/core` instead */ type ContextMenuContentProps as ContextMenu2ContentProps, /** @deprecated import from `@blueprintjs/core` instead */ ContextMenuPopover as ContextMenu2Popover, /** @deprecated import from `@blueprintjs/core` instead */ type ContextMenuPopoverProps as ContextMenu2PopoverProps, /** @deprecated import from `@blueprintjs/core` instead */ type ContextMenuProps as ContextMenu2Props, /** @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 */ type MenuItemProps as MenuItem2Props, /** @deprecated import from `@blueprintjs/core` instead */ type DefaultPopoverTargetHTMLProps as DefaultPopover2TargetHTMLProps, /** @deprecated import from `@blueprintjs/core` instead */ type Placement, /** @deprecated import from `@blueprintjs/core` instead */ type PopoverClickTargetHandlers as Popover2ClickTargetHandlers, /** @deprecated import from `@blueprintjs/core` instead */ type PopoverHoverTargetHandlers as Popover2HoverTargetHandlers, /** @deprecated import from `@blueprintjs/core` instead */ PopoverInteractionKind as Popover2InteractionKind, /** @deprecated import from `@blueprintjs/core` instead */ type PopoverSharedProps as Popover2SharedProps, /** @deprecated import from `@blueprintjs/core` instead */ type PopoverTargetProps as Popover2TargetProps, /** @deprecated import from `@blueprintjs/core` instead */ type PopperBoundary, /** * N.B. this misspelling was present in @blueprintjs/popover2 v4, we'll keep it around for now since it will * be getting migrated to the correct spelling in @blueprintjs/core v5 anyway. * * @deprecated import from `@blueprintjs/core` instead (with corrected spelling) */ type PopperCustomModifier as PopperCustomModifer, /** @deprecated import from `@blueprintjs/core` instead */ type PopperModifierOverrides, /** @deprecated import from `@blueprintjs/core` instead */ PopperPlacements as PlacementOptions, /** @deprecated import from `@blueprintjs/core` instead */ PopupKind, /** @deprecated import from `@blueprintjs/core` instead */ type StrictModifierNames, /** @deprecated import from `@blueprintjs/core` instead */ ResizeSensor as ResizeSensor2, /** @deprecated import from `@blueprintjs/core` instead */ type ResizeSensorProps as ResizeSensor2Props, /** @deprecated import from `@blueprintjs/core` instead */ Tooltip as Tooltip2, /** @deprecated import from `@blueprintjs/core` instead */ type TooltipProps as Tooltip2Props, } from "@blueprintjs/core"; export { Classes } from "./classes"; export { Popover2, type Popover2Props } from "./popover2";