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