@blueprintjs/popover2
Version:
Re-exports of popover-related components from @blueprintjs/core
25 lines (24 loc) • 813 B
TypeScript
/** @deprecated use `{ Classes } from "@blueprintjs/core"` instead */
export declare const Classes: {
CONTEXT_MENU2: string;
CONTEXT_MENU2_BACKDROP: string;
CONTEXT_MENU2_POPOVER2: string;
CONTEXT_MENU2_VIRTUAL_TARGET: string;
POPOVER2: string;
POPOVER2_ARROW: string;
POPOVER2_BACKDROP: string;
POPOVER2_CAPTURING_DISMISS: string;
POPOVER2_CONTENT: string;
POPOVER2_CONTENT_PLACEMENT: string;
POPOVER2_CONTENT_SIZING: string;
POPOVER2_DISMISS: string;
POPOVER2_DISMISS_OVERRIDE: string;
POPOVER2_MATCH_TARGET_WIDTH: string;
POPOVER2_OPEN: string;
POPOVER2_POPPER_ESCAPED: string;
POPOVER2_REFERENCE_HIDDEN: string;
POPOVER2_TARGET: string;
POPOVER2_TRANSITION_CONTAINER: string;
TOOLTIP2: string;
TOOLTIP2_INDICATOR: string;
};