mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
10 lines
228 B
TypeScript
10 lines
228 B
TypeScript
|
|
declare namespace SDK {
|
|
let Plugins: any;
|
|
let Behaviors: any;
|
|
}
|
|
|
|
type EditorPropertyValueType = number | string | boolean | SDK.Color;
|
|
|
|
// Relevant type is not defined for editor addons
|
|
type TweenCustomEaseType = never; |