From 134b74b60cdf5283bd636d5d9cfdca772ebeded8 Mon Sep 17 00:00:00 2001 From: Erika <3019731+Princesseuh@users.noreply.github.com> Date: Tue, 26 Apr 2022 15:26:20 -0400 Subject: [PATCH] Add missing is:raw in AstroBuiltinAttributes (#3209) --- src/@types/astro.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/@types/astro.ts b/src/@types/astro.ts index baf4a22e761c..f2c5577de0ca 100644 --- a/src/@types/astro.ts +++ b/src/@types/astro.ts @@ -25,6 +25,7 @@ export interface AstroBuiltinAttributes { | string; 'set:html'?: any; 'set:text'?: any; + 'is:raw'?: boolean; } export interface AstroDefineVarsAttribute {