From fbe9d437cdf554ae75d1a29714934e2f40743f99 Mon Sep 17 00:00:00 2001 From: bplok20010 <505931977@qq.com> Date: Fri, 31 Jul 2020 18:54:42 +0800 Subject: [PATCH] Modified src/index.tsx --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index afc8bbe..a095e57 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -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";