UNPKG

mylingo3d

Version:

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

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