Skip to content

Commit cc20cd6

Browse files
author
TutorLatin
committed
fix: remove broken type export to prevent runtime import errors
1 parent bc43c95 commit cc20cd6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/lib/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
export * from './types.js';
21
export { default } from './VirtualList.svelte';

src/lib/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export type * from './types.d.ts';
2+
export { default } from './VirtualList.svelte';

0 commit comments

Comments
 (0)