react-native-tooltip-2
Version:
Customizable, easy to use tooltip for React Native
23 lines (21 loc) • 472 B
text/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";