aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/@types/scrollposition.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/src/@types/scrollposition.d.ts')
-rw-r--r--viewer/src/@types/scrollposition.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/@types/scrollposition.d.ts b/viewer/src/@types/scrollposition.d.ts
index b2147fa..2f17515 100644
--- a/viewer/src/@types/scrollposition.d.ts
+++ b/viewer/src/@types/scrollposition.d.ts
@@ -17,4 +17,4 @@
17-- along with this program. If not, see <https://www.gnu.org/licenses/>. 17-- along with this program. If not, see <https://www.gnu.org/licenses/>.
18*/ 18*/
19 19
20type ScrollPosition = { [index: string]: number } 20type ScrollPosition = Record<string, number>;