类型报错处理

This commit is contained in:
joylink_zhaoerwei 2024-10-14 13:37:02 +08:00
parent 0106643c1a
commit 1c803d0965

2
lib/index.d.ts vendored
View File

@ -1,4 +1,4 @@
/// <reference types="global" />
/// <reference path="../global.d.ts" />
export * as GraphicsExtras from '@pixi/graphics-extras';
export * from './app';
export * from './core';