diff --git a/spine-ts/spine-phaser/src/mixins.ts b/spine-ts/spine-phaser/src/mixins.ts index 83c2dc0d1..7f12789b0 100644 --- a/spine-ts/spine-phaser/src/mixins.ts +++ b/spine-ts/spine-phaser/src/mixins.ts @@ -59,7 +59,7 @@ export function createMixin< }; } -type ComputedSizeMixin = Mixin; +type ComputedSizeMixin = Mixin; export const ComputedSizeMixin: ComputedSizeMixin = createMixin(ComputedSize); type DepthMixin = Mixin;