From c278dc6388a3bdc1b34f68d028cc910ed4eb6042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Arenal?= Date: Tue, 28 Jan 2025 15:37:22 +0100 Subject: [PATCH] fix(doc): undo default --- packages/x-components/src/directives/typing.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/x-components/src/directives/typing.ts b/packages/x-components/src/directives/typing.ts index 25ed09355a..0c1c8a29ae 100644 --- a/packages/x-components/src/directives/typing.ts +++ b/packages/x-components/src/directives/typing.ts @@ -8,7 +8,6 @@ export interface TypingOptions { /** * The typing speed in milliseconds per character. * - * @default 1 */ speed?: number; /** @@ -44,7 +43,7 @@ const typingDirective: Directive = { /** * Execute a typing animation in an HTML element. * - * @param el - The HTML element where the typing animation will be displayed + * @param el - The HTML element where the typing animation will be displayed. * @param options - Options for the behavior of the animation. */ function execute(el: TypingHTMLElement, options: TypingOptions) {