UNPKG

bgio-effects

Version:

📤 Helpers for managing state effects in boardgame.io

7 lines (6 loc) • 229 B
import { BoardProps } from 'boardgame.io/react'; /** * Get current board props as maintained by the effects plugin * @return - The boardgame.io props including G and ctx */ export declare function useBoardProps(): BoardProps;