canvas/node_modules/@any-touch/compute/dist/ComputeMaxLength.d.ts
2025-07-14 10:54:06 +08:00

6 lines
169 B
TypeScript

import { Input } from '@any-touch/shared';
declare function ComputeMaxLength(): (input: Input) => {
maxPointLength: number;
};
export default ComputeMaxLength;