UNPKG

@pixi/react

Version:

Write PixiJS applications using React declarative style.

3 lines (2 loc) 222 B
/** Clones a props object, excluding keys that are special to React and Pixi React. */ export declare function gentleCloneProps(props: Record<string, any>, additionalIgnoredProps?: readonly string[]): Record<string, any>;