UNPKG

lingo3d

Version:

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

7 lines (6 loc) 218 B
type FrameTweenRowProps = { frames: Record<number, true>; uuid: string; }; declare const _default: ({ frames, uuid }: FrameTweenRowProps) => import("preact/compat").JSX.Element | null; export default _default;