We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34b23c commit ebe60a6Copy full SHA for ebe60a6
packages/runtime/src/vue.ts
@@ -90,10 +90,8 @@ export declare class VaporComponentInstance<
90
emitted: Record<string, boolean> | null
91
expose: (<T extends Record<string, any> = Exposed>(exposed: T) => void) &
92
string[]
93
- exposed: Record<string, any> extends Exposed ? Exposed | null : Exposed
94
- exposeProxy: Record<string, any> extends Exposed
95
- ? Exposed | null
96
- : ShallowUnwrapRef<Exposed>
+ exposed: Exposed | null
+ exposeProxy: ShallowUnwrapRef<Exposed> | null
97
refs: TypeRefs
98
provides: Record<string, any>
99
ids: [string, number, number]
0 commit comments