graphic-pixi/lib/index.d.ts

12 lines
318 B
TypeScript
Raw Normal View History

2024-01-15 13:55:25 +08:00
/// <reference types="global" />
2023-12-13 10:39:56 +08:00
export * as GraphicsExtras from '@pixi/graphics-extras';
2023-12-13 10:29:16 +08:00
export * from './app';
export * from './core';
export * from './graphic';
2023-12-13 10:29:16 +08:00
export * from './math';
export * from './message';
export * from './operation';
export * from './plugins';
2023-12-13 10:29:16 +08:00
export * from './ui';
export * from './utils';