UNPKG

lingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

7 lines (6 loc) 193 B
import { Point } from "../.."; type TooltipProps = { position?: Point; }; declare const Tooltip: ({ position }: TooltipProps) => import("preact").VNode<any> | null; export default Tooltip;