From aa4a8e9a7022d3a12c552eb2a0881becfc53b2b6 Mon Sep 17 00:00:00 2001 From: MinamiFunakoshiTR Date: Thu, 7 Aug 2025 08:54:17 -0400 Subject: [PATCH] typo fix --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index aad8a0bf..35ad5ae4 100644 --- a/src/index.ts +++ b/src/index.ts @@ -54,5 +54,5 @@ export { default as Visible } from './components/Visible/Visible.svelte'; export type { ContainerWidth, HeadlineSize, - ScrollyVideoInstance, + ScrollerVideoInstance, } from './components/@types/global';