Skip to content

Commit 2867c9f

Browse files
committed
fix(v-typing): fix Default export of the module has or is using private name
Signed-off-by: davidglezz <davidg@empathy.co>
1 parent 97ad35e commit 2867c9f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • packages/x-components/src/directives

packages/x-components/src/directives/typing.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ export interface TypingOptions {
2424
targetAttr?: string
2525
}
2626

27+
/**
28+
* Typing element private data.
29+
*
30+
* @internal
31+
*/
2732
export interface TypingHTMLElement extends HTMLElement {
2833
__timeoutId?: number
2934
}

0 commit comments

Comments
 (0)