docs: add note on Aside src

This commit is contained in:
bholmesdev 2023-02-14 09:30:10 -05:00
parent 9fd6156ce1
commit 04e456e3bb

View file

@ -1,4 +1,7 @@
---
// Inspired by the `Aside` component from docs.astro.build
// https://github.com/withastro/docs/blob/main/src/components/Aside.astro
export interface Props {
type?: 'note' | 'tip' | 'caution' | 'danger';
title?: string;