UNPKG

mylingo3d

Version:

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

7 lines (6 loc) 292 B
import { GameObjectType } from "../../api/serializer/types"; interface ObjectGroupProps { names: Array<GameObjectType | Partial<Record<GameObjectType, string>>>; } declare const ObjectGroup: ({ names }: ObjectGroupProps) => import("preact").JSX.Element; export default ObjectGroup;