diff options
author | 2021-06-24 22:49:30 +0000 | |
---|---|---|
committer | 2021-06-24 22:49:30 +0000 | |
commit | d8a162aeeec5673408283090fbb10c15da752c6e (patch) | |
tree | 149cc426df1ff7618f250932d1aaf27474b7e366 /docs/syntax.md | |
parent | a136c85e6b2b0445e48184595b2696994621c8f1 (diff) | |
download | astro-d8a162aeeec5673408283090fbb10c15da752c6e.tar.gz astro-d8a162aeeec5673408283090fbb10c15da752c6e.tar.zst astro-d8a162aeeec5673408283090fbb10c15da752c6e.zip |
[ci] yarn format
Diffstat (limited to 'docs/syntax.md')
-rw-r--r-- | docs/syntax.md | 1 |
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 { |