UNPKG

lingo3d

Version:

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

8 lines (7 loc) 237 B
import { CSSProperties } from "preact/compat"; type MetricProps = { index: number; style: CSSProperties; }; declare const _default: ({ index, style }: MetricProps) => import("preact/compat").JSX.Element; export default _default;