UNPKG

pixi-fusion

Version:

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

6 lines (5 loc) 193 B
import { TickerCallback } from "pixi.js"; export declare const useTickerCallback: <T = unknown>({ isEnabled, callback }: { isEnabled?: boolean; callback: TickerCallback<T>; }) => void;