lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
8 lines (7 loc) • 319 B
TypeScript
import Appendable from "../../../display/core/Appendable";
import MeshAppendable from "../../../display/core/MeshAppendable";
type Props = {
selectionTarget: Appendable | MeshAppendable | undefined;
};
declare const MenuItems: ({ selectionTarget }: Props) => import("preact").JSX.Element;
export default MenuItems;