Skip to content

Commit

Permalink
fix(type): should not intersect PublicProps with Props
Browse files Browse the repository at this point in the history
  • Loading branch information
KazariEX committed Sep 29, 2024
1 parent 29de6f8 commit c9884bd
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 c9884bd

Please sign in to comment.