mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +08:00
8 lines
148 B
TypeScript
8 lines
148 B
TypeScript
import type * as Spine from '@esotericsoftware/spine-construct3-lib';
|
|
|
|
declare global {
|
|
namespace globalThis {
|
|
var spine: typeof Spine;
|
|
}
|
|
}
|