@blueprintjs/popover2
Version:
Re-exports of popover-related components from @blueprintjs/core
69 lines (68 loc) • 3.31 kB
TypeScript
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";