@@ -234,7 +234,7 @@ export type SetupContext<
attrs: Data
slots: UnwrapSlotsType<S>
emit: EmitFn<E>
- expose: (exposed?: Record<string, any>) => void
+ expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void
}
: never