```svelte
```
Similarly to ``, this element allows you to add listeners to events on `document.body`, such as `mouseenter` and `mouseleave`, which don't fire on `window`. It also lets you use [actions](use) on the `` element.
As with `` and ``, this element may only appear the top level of your component and must never be inside a block or element.
```svelte
```