Davide Tantillo 93c56d08d0 c3 backup
2025-11-03 15:16:29 +01:00

8 lines
148 B
TypeScript

import type * as Spine from '@esotericsoftware/spine-construct3-lib';
declare global {
namespace globalThis {
var spine: typeof Spine;
}
}