import { Aside } from '@astrojs/starlight/components'<Aside>Some content in an aside.</Aside><Aside type="caution">Some cautionary content.</Aside><Aside type="tip">Other content is also supported in asides.```jsconsole.log('A code snippet, for example.')```Some inline markdown like [link](https://example.com), `inline code`, **bold**, _italic_, and ~~strikethrough~~.<details><summary>A collapsible disclosure</summary>Some collapsible content.</details></Aside><Aside type="danger">Do not give your password to anyone.</Aside><Aside type="danger" title="Watch out!"> A warning aside *with* a custom title.</Aside>