chore: add comment

This commit is contained in:
Nate Moore 2023-08-10 10:12:55 -04:00
parent e5aaea52b3
commit a037015a5a

View file

@ -26,6 +26,7 @@ declare const Astro: {
public Component: any;
public hydrator: any;
// These props are injected by the Astro runtime via inline `<script>`
public opts: Record<string, any> = {};
public props: Record<string, any> = {};
public rendererUrl = '';