UNPKG

mylingo3d

Version:

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

9 lines (8 loc) 305 B
type MenuItemProps = { disabled?: boolean; onClick?: () => void; setData: ((val: any) => void) | undefined; children: string; }; declare const MenuItem: ({ disabled, onClick, setData, children }: MenuItemProps) => import("preact/jsx-runtime").JSX.Element; export default MenuItem;