We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01cc05 commit fbe9d43Copy full SHA for fbe9d43
src/index.tsx
@@ -9,7 +9,7 @@ import position, { PositionOptions, Feedback } from "jq-position";
9
import Portal, { PortalProps } from "react-widget-portal";
10
import getPlacement, { Placements } from "./getPlacement";
11
12
-export type { Placements };
+export type { Placements, PositionOptions, Feedback };
13
14
export type ActionType = "click" | "contextMenu" | "focus" | "hover" | "mouseDown";
15
export type ShowActionType = "click" | "contextMenu" | "focus" | "mouseEnter" | "mouseDown";
0 commit comments