UNPKG

pixi-fusion

Version:

This module offers a set of common components needed for playing games.

6 lines (5 loc) 170 B
import { useContext } from "react"; import { LayerContext } from "../layer/Layer.context"; export const useLayerContext = () => { return useContext(LayerContext); };