refactor(runtime-core): add @internal for instance.proxy (#1849)
This commit is contained in:
parent
6ea8409a9a
commit
4d51be73d3
@ -225,7 +225,10 @@ export interface ComponentInternalInstance {
|
||||
|
||||
// the rest are only for stateful components ---------------------------------
|
||||
|
||||
// main proxy that serves as the public instance (`this`)
|
||||
/**
|
||||
* main proxy that serves as the public instance (`this`)
|
||||
* @internal
|
||||
*/
|
||||
proxy: ComponentPublicInstance | null
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user