Bold props interface words (#1123)
* Bold props interface words * Turn it into blockquote
This commit is contained in:
parent
9cc3c5236d
commit
47025a7c7d
1 changed files with 3 additions and 1 deletions
|
@ -166,7 +166,9 @@ const { greeting = 'Hello', name } = Astro.props;
|
|||
</div>
|
||||
```
|
||||
|
||||
You can define your props with TypeScript by exporting a `Props` type interface. In the future, Astro will automatically pick up any exported `Props` interface and give type warnings/errors for your project.
|
||||
You can define your props with TypeScript by exporting a `Props` type interface.
|
||||
|
||||
> _**In the future**_, Astro will automatically pick up any exported `Props` interface and give type warnings/errors for your project.
|
||||
|
||||
```astro
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue