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