UNPKG

lingo3d

Version:

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

8 lines (7 loc) 330 B
import { Signal } from "@preact/signals"; import Appendable from "../../display/core/Appendable"; type GameGraphEditPanelProps = { targetSignal: Signal<Appendable | undefined>; }; declare const GameGraphEditPanel: ({ targetSignal }: GameGraphEditPanelProps) => import("preact").JSX.Element; export default GameGraphEditPanel;