UNPKG

lingo3d

Version:

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

7 lines (6 loc) 196 B
interface HotKeysProps { hotkey?: string; description?: string; } declare const _default: ({ hotkey, description }: HotKeysProps) => import("preact").JSX.Element; export default _default;