summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx/test/fixtures/mdx-optimize/src/components/Strong.astro
blob: 3c0b39ffceb54367b4c523ee3ceefd29ea2c56e3 (plain) (blame)
1
2
3
<strong {...Astro.props} class="custom-strong">
  <slot />
</strong>