Skip to content

Commit 00c57f7

Browse files
committed
fix(typings): change typing for scrollContainer (now string instead of HTMLElement)
1 parent e15a1a9 commit 00c57f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/wow-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ export class NgwWowConfig {
3434
*/
3535
callback?: (box: HTMLElement) => void;
3636

37-
scrollContainer?: HTMLElement;
37+
scrollContainer?: string;
3838
}

0 commit comments

Comments
 (0)