UNPKG

lingo3d

Version:

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

8 lines (7 loc) 284 B
import { Point } from "@lincode/math"; import { Signal } from "@preact/signals"; export declare const stageContextMenuSignal: Signal<(Point & { create?: boolean; }) | undefined>; declare const StageContextMenu: () => import("preact").JSX.Element; export default StageContextMenu;