Skip to content

Commit 487d25e

Browse files
authored
fix(type): remove internal doc for refs (#13589)
1 parent 7cf9d98 commit 487d25e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/runtime-core/src/component.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,6 @@ export interface GenericComponentInstance {
368368
// state
369369
props: Data
370370
attrs: Data
371-
/**
372-
* @internal
373-
*/
374371
refs: Data
375372
emit: EmitFn
376373
/**

0 commit comments

Comments
 (0)