UNPKG

@clusterio/web_ui

Version:

Clusterio web interface implementation

4 lines (2 loc) 93 B
import { createContext } from "react"; export const DraggingContext = createContext(false);