UNPKG

lingo3d

Version:

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

6 lines (5 loc) 272 B
import { Point } from "@lincode/math"; import { Signal } from "@preact/signals"; export declare const menuBarHelpContextMenuSignal: Signal<Point | undefined>; declare const MenuBarHelpContextMenu: () => import("preact").JSX.Element; export default MenuBarHelpContextMenu;