UNPKG

@pixi/react

Version:

Write PixiJS applications using React declarative style.

4 lines (3 loc) 157 B
import { type DiffSet } from '../typedefs/DiffSet'; /** Whether the input is a diff set. */ export declare function isDiffSet(input: any): input is DiffSet;