Skip to content

Commit fbe9d43

Browse files
committed
Modified src/index.tsx
1 parent a01cc05 commit fbe9d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import position, { PositionOptions, Feedback } from "jq-position";
99
import Portal, { PortalProps } from "react-widget-portal";
1010
import getPlacement, { Placements } from "./getPlacement";
1111

12-
export type { Placements };
12+
export type { Placements, PositionOptions, Feedback };
1313

1414
export type ActionType = "click" | "contextMenu" | "focus" | "hover" | "mouseDown";
1515
export type ShowActionType = "click" | "contextMenu" | "focus" | "mouseEnter" | "mouseDown";

0 commit comments

Comments
 (0)