Skip to content

Commit d1b9201

Browse files
author
TutorLatin
committed
refactor: re-export types from types.d.ts using in index.ts
1 parent cc20cd6 commit d1b9201

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/lib/index.ts

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1-
export type * from './types.d.ts';
1+
export type {
2+
AfterScrollDetail,
3+
Alignment,
4+
Direction,
5+
ItemSize,
6+
ItemsUpdatedDetail,
7+
ScrollBehaviour,
8+
VirtualListEvents,
9+
VirtualListProps,
10+
VirtualListSnippets
11+
} from './types.d.ts';
12+
213
export { default } from './VirtualList.svelte';

0 commit comments

Comments
 (0)