Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Feb 24, 2025
1 parent 6cb4b3b commit bf20de1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/runtime-core/src/apiDefineComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ type ResolveTypeEmits<
// (uses user defined props interface)
export function defineComponent<
Props extends Record<string, any>,
E extends EmitsOptions = {},
E extends EmitsOptions = string[],
EE extends string = string,
S extends SlotsType = {},
>(
Expand All @@ -295,7 +295,7 @@ export function defineComponent<
): DefineSetupFnComponent<Props, E, S>
export function defineComponent<
Props extends Record<string, any>,
E extends EmitsOptions = {},
E extends EmitsOptions = string[],
EE extends string = string,
S extends SlotsType = {},
>(
Expand Down

0 comments on commit bf20de1

Please # to comment.