chore: cleanup

This commit is contained in:
Arnošt Pleskot 2023-09-14 23:15:57 +02:00
parent 94e9b20951
commit c33fb846ab
No known key found for this signature in database
3 changed files with 42 additions and 78 deletions

View file

@ -661,7 +661,7 @@ export type ScrollConstraints = {
y: number;
width: number;
height: number;
isAnimating?: boolean;
animateOnNextUpdate?: boolean;
viewportZoomFactor?: number;
lockZoom?: boolean;
};