react-native-tooltip-2
Version:
Customizable, easy to use tooltip for React Native
6 lines (5 loc) • 443 B
TypeScript
export { default, TooltipChildrenContext } from "./Tooltip";
export type { TooltipProps } from "./Tooltip";
export { Placement } from "./Tooltip.type";
export type { RectType, GeometryType, PlacementType, PlacementStyle, } from "./Tooltip.type";
export { Point, Size, Rect, swapSizeDimensions, makeChildlessRect, computeCenterGeometry, computeTopGeometry, computeBottomGeometry, computeLeftGeometry, computeRightGeometry, } from "./geometry";