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 635a59b commit 8d606c4Copy full SHA for 8d606c4
packages/runtime-core/src/component.ts
@@ -234,7 +234,9 @@ export type SetupContext<
234
attrs: Data
235
slots: UnwrapSlotsType<S>
236
emit: EmitFn<E>
237
- expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void
+ expose: <Exposed extends Record<string, any> = Record<string, any>>(
238
+ exposed?: Exposed,
239
+ ) => void
240
}
241
: never
242
0 commit comments