Skip to content

Commit 8d606c4

Browse files
committed
chore: format
1 parent 635a59b commit 8d606c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/runtime-core/src/component.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,9 @@ export type SetupContext<
234234
attrs: Data
235235
slots: UnwrapSlotsType<S>
236236
emit: EmitFn<E>
237-
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void
237+
expose: <Exposed extends Record<string, any> = Record<string, any>>(
238+
exposed?: Exposed,
239+
) => void
238240
}
239241
: never
240242

0 commit comments

Comments
 (0)