UNPKG

bgio-effects

Version:

📤 Helpers for managing state effects in boardgame.io

7 lines (6 loc) • 195 B
import { QueueAPI } from '../types'; /** * Get controls and data for the effects queue. * @return `{ clear(), flush(), update(), size }` */ export declare function useEffectQueue(): QueueAPI;