Skip to content

Commit ded8205

Browse files
committed
chore(svelte): export adhesive attachment options
1 parent 8d183ea commit ded8205

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/svelte/src/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ export {
99
type AdhesiveStatus,
1010
} from "@adhesivejs/core";
1111

12-
export { adhesive } from "./attachments/AdhesiveAttachment.js";
12+
export {
13+
adhesive,
14+
type AdhesiveAttachmentOptions,
15+
} from "./attachments/AdhesiveAttachment.js";

0 commit comments

Comments
 (0)