Skip to content

Commit ee57088

Browse files
committed
Export additional types and functions from interactiveCursor module for improved usability
1 parent 590b446 commit ee57088

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
11
import InteractiveCursor from './interactive-cursor.svelte';
2+
import {
3+
type ScaleOnActiveElement,
4+
type InteractiveCursorOptions,
5+
type InitialCursor,
6+
type ActiveDataValue,
7+
interactiveCursor as interactiveCursorFN
8+
} from './interactiveCursor.svelte';
29

310
export default InteractiveCursor;
11+
export {
12+
interactiveCursorFN,
13+
type InteractiveCursorOptions,
14+
type ScaleOnActiveElement,
15+
type InitialCursor,
16+
type ActiveDataValue
17+
};

0 commit comments

Comments
 (0)