UNPKG

lingo3d

Version:

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

6 lines (5 loc) 149 B
type RulerProps = { width: number; }; declare const Ruler: ({ width }: RulerProps) => import("preact/compat").JSX.Element; export default Ruler;