From d1740fa12f84b4977c72830b09831dc60c27b932 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 1 Jul 2024 19:42:23 +0200 Subject: [PATCH] Fix missing spinner in the types --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index abc7115..fd751cc 100644 --- a/index.d.ts +++ b/index.d.ts @@ -12,6 +12,7 @@ export type SpinnerName = | 'dots10' | 'dots11' | 'dots12' + | 'dots13' | 'dots14' | 'dots8Bit' | 'sand'