import { Meta } from '@storybook/blocks'; import { parameters } from '../../docs/utils/docsPage.js';  # `resizeObserver` An action you can use to easily to check when a DOM element's dimensions change using the [Resize Observer API](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver). Use it like this: ```svelte