We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f36b61 commit b9a0319Copy full SHA for b9a0319
src/components/CLIDemo.vue
@@ -217,8 +217,8 @@ const terminalContent = ref<HTMLElement | null>(null);
217
const typedAnswers = ref<Record<number, string>>({});
218
219
// Timers
220
-let animationTimer: number | null = null;
221
-let typingTimer: number | null = null;
+let animationTimer: NodeJS.Timeout | null = null;
+let typingTimer: NodeJS.Timeout | null = null;
222
223
// Typing animation
224
const typeText = (text: string, stepIndex: number, onComplete?: () => void) => {
0 commit comments