summaryrefslogtreecommitdiff
path: root/docs/syntax.md
diff options
context:
space:
mode:
authorGravatar natemoo-re <natemoo-re@users.noreply.github.com> 2021-06-24 22:49:30 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-06-24 22:49:30 +0000
commitd8a162aeeec5673408283090fbb10c15da752c6e (patch)
tree149cc426df1ff7618f250932d1aaf27474b7e366 /docs/syntax.md
parenta136c85e6b2b0445e48184595b2696994621c8f1 (diff)
downloadastro-d8a162aeeec5673408283090fbb10c15da752c6e.tar.gz
astro-d8a162aeeec5673408283090fbb10c15da752c6e.tar.zst
astro-d8a162aeeec5673408283090fbb10c15da752c6e.zip
[ci] yarn format
Diffstat (limited to 'docs/syntax.md')
-rw-r--r--docs/syntax.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/syntax.md b/docs/syntax.md
index 8476a2823..1a89e8901 100644
--- a/docs/syntax.md
+++ b/docs/syntax.md
@@ -99,6 +99,7 @@ const { greeting = 'Hello', name } = Astro.props;
```
To define the props which your component accepts, you may export a TypeScript interface or type named `Props`.
+
```tsx
---
export interface Props {