Skip to content

Commit

Permalink
fix(doc): undo default
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianArenal committed Jan 28, 2025
1 parent b24463a commit c278dc6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/x-components/src/directives/typing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export interface TypingOptions {
/**
* The typing speed in milliseconds per character.
*
* @default 1
*/
speed?: number;
/**
Expand Down Expand Up @@ -44,7 +43,7 @@ const typingDirective: Directive<TypingHTMLElement, TypingOptions> = {
/**
* 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) {
Expand Down

0 comments on commit c278dc6

Please sign in to comment.