Pārlūkot izejas kodu

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

edison 9 mēneši atpakaļ
vecāks
revīzija
487d25efac
1 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  1. 0 3
      packages/runtime-core/src/component.ts

+ 0 - 3
packages/runtime-core/src/component.ts

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