UNPKG

pixi-fusion

Version:

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

8 lines (7 loc) 271 B
import { IRunnerCallback } from "matter-js"; type UsePhysicsTickerCallbackOptions = { isEnabled?: boolean; callback: IRunnerCallback; }; export declare const usePhysicsTickerCallback: ({ isEnabled, callback }: UsePhysicsTickerCallbackOptions) => void; export {};