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 5a963d1 commit 7e1e277Copy full SHA for 7e1e277
packages/svelte/src/attachments/index.js
@@ -1,5 +1,5 @@
1
-/** @import { Action, ActionReturn } from 'svelte/action' */
2
-/** @import { Attachment } from 'svelte/attachments' */
+/** @import { Action, ActionReturn } from '../action/public' */
+/** @import { Attachment } from './public' */
3
import { noop, render_effect } from 'svelte/internal/client';
4
import { ATTACHMENT_KEY } from '../constants.js';
5
import { untrack } from 'svelte';
0 commit comments