Skip to content

Commit

Permalink
fix(type): should not intersect PublicProps with Props (#12077)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazariEX authored Oct 3, 2024
1 parent c97bb84 commit 6f85894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/src/apiDefineComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export type DefineComponent<
Mixin,
Extends,
E,
PP & Props,
PP,
Defaults,
MakeDefaultsOptional,
{},
Expand Down

0 comments on commit 6f85894

Please sign in to comment.