UNPKG

lingo3d

Version:

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

9 lines (8 loc) 330 B
import { Point } from "@lincode/math"; import { Signal } from "@preact/signals"; export declare const timelineContextMenuSignal: Signal<(Point & { keyframe?: boolean; create?: "audio" | "timeline"; }) | undefined>; declare const TimelineContextMenu: () => import("preact").JSX.Element; export default TimelineContextMenu;