Skip to content

Commit

Permalink
Modified src/index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
bplok20010 committed Jul 31, 2020
1 parent a01cc05 commit fbe9d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import position, { PositionOptions, Feedback } from "jq-position";
import Portal, { PortalProps } from "react-widget-portal";
import getPlacement, { Placements } from "./getPlacement";

export type { Placements };
export type { Placements, PositionOptions, Feedback };

export type ActionType = "click" | "contextMenu" | "focus" | "hover" | "mouseDown";
export type ShowActionType = "click" | "contextMenu" | "focus" | "mouseEnter" | "mouseDown";
Expand Down

0 comments on commit fbe9d43

Please sign in to comment.