Skip to content

Commit

Permalink
fix(doc): add public tag
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianArenal committed Jan 28, 2025
1 parent c278dc6 commit f6b29d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/x-components/src/directives/typing.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
import type { Directive } from 'vue';

/**
* TypingOptions interface.
*
* @public
*/
export interface TypingOptions {
/**
* The text (plain or html) that will be typed into the target element.
Expand Down

0 comments on commit f6b29d1

Please sign in to comment.