diff --git a/packages/runtime-core/src/component.ts b/packages/runtime-core/src/component.ts index a4109efedf0..a658f83db5b 100644 --- a/packages/runtime-core/src/component.ts +++ b/packages/runtime-core/src/component.ts @@ -234,7 +234,9 @@ export type SetupContext< attrs: Data slots: UnwrapSlotsType emit: EmitFn - expose: = Record>(exposed?: Exposed) => void + expose: = Record>( + exposed?: Exposed, + ) => void } : never