UNPKG

react-circular-menu

Version:
4 lines (3 loc) 246 B
import { CSSProperties } from "react"; import { TooltipPlacement } from "../library/types"; export declare const useTooltipTransform: (wrapper: HTMLDivElement | null, tooltip: HTMLDivElement | null, placement: TooltipPlacement) => CSSProperties;