Skip to content

Commit f258f5d

Browse files
authored
chore: delete useless props type (#4271)
1 parent 88a4504 commit f258f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/apiDefineComponent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export function defineComponent<
102102
EE extends string = string
103103
>(
104104
options: ComponentOptionsWithoutProps<
105-
Props & EmitsToProps<E>,
105+
Props,
106106
RawBindings,
107107
D,
108108
C,

0 commit comments

Comments
 (0)