From 668ed4eacbc1dbd703a00c24a4e50b088ac9caf0 Mon Sep 17 00:00:00 2001 From: Teo Stocco Date: Fri, 22 Oct 2021 13:48:46 +0200 Subject: [PATCH] Add pauseFor to types --- index.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.d.ts b/index.d.ts index a292b9c..1811f11 100644 --- a/index.d.ts +++ b/index.d.ts @@ -39,6 +39,12 @@ declare module "typewriter-effect" { * @default false */ autoStart?: boolean + /** + * The pause duration after a string is typed when using autostart mode + * + * @default 1500 + */ + pauseFor?: number /** * Whether or not to display console logs. *