mirror of https://github.com/sveltejs/svelte
parent
35b9d21316
commit
083359dc13
@ -0,0 +1 @@
|
|||||||
|
export { ATTACHMENTS_SYMBOL as AttachmentsKey } from '../internal/client/constants.js';
|
||||||
@ -0,0 +1,4 @@
|
|||||||
|
/**
|
||||||
|
* A unique symbol used for defining the attachments to be applied to an element or component.
|
||||||
|
*/
|
||||||
|
export const AttachmentsKey: unique symbol;
|
||||||
Loading…
Reference in new issue