Skip to content

Commit

Permalink
Update scroller.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Nov 7, 2022
1 parent b4ecba4 commit 3f0bb71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/components/scroller/scroller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ export interface ScrollerOptions {
scrollHeight?: string | undefined;
scrollWidth?: string | undefined;
orientation?: ScrollerOrientationType;
step?: number | undefined;
delay?: number | undefined;
resizeDelay?: number | undefined;
inline?: boolean;
lazy?: boolean;
disabled?: boolean;
Expand Down

0 comments on commit 3f0bb71

Please sign in to comment.