Skip to content

Commit

Permalink
Add missing is:raw in AstroBuiltinAttributes (withastro#3209)
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh authored Apr 26, 2022
1 parent 2afd0b2 commit 134b74b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export interface AstroBuiltinAttributes {
| string;
'set:html'?: any;
'set:text'?: any;
'is:raw'?: boolean;
}

export interface AstroDefineVarsAttribute {
Expand Down

0 comments on commit 134b74b

Please sign in to comment.