aboutsummaryrefslogtreecommitdiff
path: root/src/content/presenters
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/presenters')
-rw-r--r--src/content/presenters/ScrollPresenter.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/presenters/ScrollPresenter.ts b/src/content/presenters/ScrollPresenter.ts
index 9f47394..9286fb0 100644
--- a/src/content/presenters/ScrollPresenter.ts
+++ b/src/content/presenters/ScrollPresenter.ts
@@ -94,7 +94,7 @@ class Scroller {
}
}
-type Point = { x: number, y: number };
+export type Point = { x: number, y: number };
export default interface ScrollPresenter {
getScroll(): Point;