8 lines
220 B
TypeScript
8 lines
220 B
TypeScript
import * as Types from "../../../types/world/worldTypes";
|
|
|
|
export default function handleContextMenu(
|
|
menuVisible: Types.Boolean,
|
|
setMenuVisible: Types.BooleanState
|
|
): void {
|
|
// setMenuVisible(true)
|
|
} |