fix(type): remove internal doc for refs (#13589)

This commit is contained in:
edison 2025-07-10 10:08:13 +08:00 committed by GitHub
parent 7cf9d9857d
commit 487d25efac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -368,9 +368,6 @@ export interface GenericComponentInstance {
// state
props: Data
attrs: Data
/**
* @internal
*/
refs: Data
emit: EmitFn
/**