UNPKG

@pixi/react

Version:

Write PixiJS applications using React declarative style.

3 lines (2 loc) 224 B
import { type HostConfig } from '../typedefs/HostConfig'; export declare function commitUpdate(instance: HostConfig['instance'], type: HostConfig['type'], oldProps: HostConfig['props'], newProps: HostConfig['props']): void;