Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jun 5, 2024
1 parent 635a59b commit 8d606c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/runtime-core/src/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,9 @@ export type SetupContext<
attrs: Data
slots: UnwrapSlotsType<S>
emit: EmitFn<E>
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void
expose: <Exposed extends Record<string, any> = Record<string, any>>(
exposed?: Exposed,
) => void
}
: never

Expand Down

0 comments on commit 8d606c4

Please sign in to comment.