UNPKG

@pixi/react

Version:

Write PixiJS applications using React declarative style.

5 lines (4 loc) 92 B
import { type Change } from './Change'; export interface DiffSet { changes: Change[]; }