Revert "refactor(runtime-core): add @internal for instance.proxy (#1849)" (#2024)

This reverts commit 4d51be73d3.
This commit is contained in:
Pick 2020-09-15 08:56:04 +08:00 committed by GitHub
parent 937735251c
commit 09a939d37c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -246,10 +246,7 @@ export interface ComponentInternalInstance {
// the rest are only for stateful components --------------------------------- // 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 proxy: ComponentPublicInstance | null
/** /**