Add missing is:raw in AstroBuiltinAttributes (#3209)
This commit is contained in:
parent
7a61977db1
commit
fdd607c575
2 changed files with 6 additions and 0 deletions
5
.changeset/happy-sheep-chew.md
Normal file
5
.changeset/happy-sheep-chew.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Add `is:raw` to AstroBuiltinAttributes
|
|
@ -25,6 +25,7 @@ export interface AstroBuiltinAttributes {
|
|||
| string;
|
||||
'set:html'?: any;
|
||||
'set:text'?: any;
|
||||
'is:raw'?: boolean;
|
||||
}
|
||||
|
||||
export interface AstroDefineVarsAttribute {
|
||||
|
|
Loading…
Reference in a new issue