Mark set/jump as a clean architecture
This commit is contained in:
parent
ebfb172520
commit
c6288f19d9
16 changed files with 316 additions and 137 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue