0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00

docs: add note on Aside src

This commit is contained in:
bholmesdev 2023-02-14 09:30:10 -05:00
parent 050f64831b
commit e7894edb85

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;