From 6612ad4cff7253f0d5094a4d2e996156e98cac51 Mon Sep 17 00:00:00 2001 From: Mallikarjun-0 Date: Tue, 28 Jan 2025 18:14:55 +0530 Subject: [PATCH] Ora.color can have a boolean value `false` for default spinner color. --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 0bd1d76..50cf0a3 100644 --- a/index.d.ts +++ b/index.d.ts @@ -186,7 +186,7 @@ export interface Ora { /** Change the spinner color. */ - color: Color; + color: Color | boolean; /** Change the spinner indent.