canvas/node_modules/@any-touch/compute/dist/ComputeMaxLength.d.ts
2025-07-04 15:36:51 +08:00

6 lines
169 B
TypeScript

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