mylingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
13 lines (12 loc) • 549 B
TypeScript
/// <reference types="_lingo3d-vue@1.34.4@lingo3d-vue/node_modules/lingo3d/node_modules/cannon-es" />
declare const _default: () => Promise<{
world: import("cannon-es").World;
defaultMaterial: import("cannon-es").Material;
slipperyMaterial: import("cannon-es").Material;
Body: typeof import("cannon-es").Body;
Vec3: typeof import("cannon-es").Vec3;
Box: typeof import("cannon-es").Box;
Sphere: typeof import("cannon-es").Sphere;
Cylinder: typeof import("cannon-es").Cylinder;
}>;
export default _default;