UNPKG

mylingo3d

Version:

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

7 lines (6 loc) 211 B
type ObjectIconProps = { name: string; iconName?: string; }; declare const ObjectIcon: ({ name, iconName }: ObjectIconProps) => import("preact/jsx-runtime").JSX.Element; export default ObjectIcon;