refactor(components): [scrollbar] remove ts-nocheck (#21233)

This commit is contained in:
Noblet Ouways
2025-07-04 03:17:01 +02:00
committed by GitHub
parent cfe8e4e982
commit 419b3e02f4

View File

@@ -124,8 +124,6 @@ const handleScroll = () => {
}
}
// TODO: refactor method overrides, due to script setup dts
// @ts-nocheck
function scrollTo(xCord: number, yCord?: number): void
function scrollTo(options: ScrollToOptions): void
function scrollTo(arg1: unknown, arg2?: number) {