graphic-pixi/lib/index.d.ts
joylink_fanyuhong 02ac6e6deb 更新版本
2024-09-28 10:13:07 +08:00

12 lines
318 B
TypeScript

/// <reference types="global" />
export * as GraphicsExtras from '@pixi/graphics-extras';
export * from './app';
export * from './core';
export * from './graphic';
export * from './math';
export * from './message';
export * from './operation';
export * from './plugins';
export * from './ui';
export * from './utils';