2025-07-04 15:36:51 +08:00

6 lines
177 B
TypeScript

import type { Input, Computed } from '@any-touch/shared';
export default function (): (input: Input, computed: Computed) => {
scale: number;
deltaScale: number;
};