mirror of https://github.com/sveltejs/svelte
parent
01cad3e056
commit
301552872c
@ -1 +1 @@
|
||||
export const AttachmentsKey = Symbol.for('svelte.attachments');
|
||||
export const Attachments = Symbol.for('svelte.attachments');
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/**
|
||||
* A unique symbol used for defining the attachments to be applied to an element or component.
|
||||
*/
|
||||
export const AttachmentsKey: unique symbol;
|
||||
export const Attachments: unique symbol;
|
||||
|
||||
Loading…
Reference in new issue