Add missing is:raw in AstroBuiltinAttributes (#3209)

This commit is contained in:
Erika 2022-04-26 15:26:20 -04:00 committed by GitHub
parent 7a61977db1
commit fdd607c575
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
'astro': patch
---
Add `is:raw` to AstroBuiltinAttributes

View file

@ -25,6 +25,7 @@ export interface AstroBuiltinAttributes {
| string;
'set:html'?: any;
'set:text'?: any;
'is:raw'?: boolean;
}
export interface AstroDefineVarsAttribute {