We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 590b446 commit ee57088Copy full SHA for ee57088
src/lib/interactive-cursor/index.ts
@@ -1,3 +1,17 @@
1
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';
9
10
export default InteractiveCursor;
11
+export {
12
+ interactiveCursorFN,
13
14
15
16
+ type ActiveDataValue
17
+};
0 commit comments