From 1e58b1bf769db77e819d4addfca04a72dc610a34 Mon Sep 17 00:00:00 2001 From: Sudev Kiyada Date: Mon, 12 Jan 2026 14:33:57 +0530 Subject: [PATCH] fix linting --- src/components/Lottie/ts/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Lottie/ts/utils.ts b/src/components/Lottie/ts/utils.ts index 0c011fc5..dec2c2a3 100644 --- a/src/components/Lottie/ts/utils.ts +++ b/src/components/Lottie/ts/utils.ts @@ -114,7 +114,7 @@ export function isNullish(value: unknown): boolean { /** * Checks if a value is of type ContainerWidth */ -export function isContainerWidth(string: any): string is ContainerWidth { +export function isContainerWidth(string: string): string is ContainerWidth { return ( string === 'narrower' || string === 'narrow' ||