import { Meta } from '@storybook/blocks'; import * as PymChildStories from './PymChild.stories.svelte'; # PymChild The `PymChild` component creates a [Pym.js](https://blog.apps.npr.org/pym.js/) child instance for embeddables. ```svelte ``` You can access the Pym.js child via `pym` in other components to send custom height updates to parent frames: ```svelte ```