chore: format

This commit is contained in:
Evan You 2024-06-05 23:41:20 +08:00
parent 635a59b96f
commit 8d606c44ec
No known key found for this signature in database
GPG Key ID: B9D421896CA450FB
1 changed files with 3 additions and 1 deletions

View File

@ -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