UNPKG

@pixi/react

Version:

Write PixiJS applications using React declarative style.

3 lines (2 loc) 126 B
export type LogType = 'error' | 'info' | 'log' | 'warn'; export declare function log(logType: LogType, ...args: any[]): void;