From 75cb4913aacadd3c99ac67051855e21f01586010 Mon Sep 17 00:00:00 2001 From: Kim Nguyen Date: Wed, 6 Dec 2023 14:01:06 -0800 Subject: [PATCH] add type --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index a018fbc7a..d9f923a7c 100644 --- a/index.d.ts +++ b/index.d.ts @@ -99,6 +99,7 @@ export type AnimationItem = { export type BaseRendererConfig = { imagePreserveAspectRatio?: string; className?: string; + runExpressions?: boolean; }; export type SVGRendererConfig = BaseRendererConfig & {