UNPKG

@pixi/react

Version:

Write PixiJS applications using React declarative style.

5 lines (4 loc) 285 B
import { type HostConfig } from '../typedefs/HostConfig'; export declare function prepareUpdate(_instance: HostConfig['instance'], _type: HostConfig['type'], oldProps: HostConfig['props'], newProps: HostConfig['props']): { changes: import("../typedefs/Change").Change[]; } | null;