UNPKG

@pixi/react

Version:

Write PixiJS applications using React declarative style.

6 lines (5 loc) 252 B
import { type Change } from '../typedefs/Change'; import { type HostConfig } from '../typedefs/HostConfig'; export declare function diffProps(newProps: HostConfig['props'], oldProps?: HostConfig['props'], remove?: boolean): { changes: Change[]; };