Skip to content

Commit 6f85894

Browse files
authored
fix(type): should not intersect PublicProps with Props (#12077)
1 parent c97bb84 commit 6f85894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/apiDefineComponent.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export type DefineComponent<
7979
Mixin,
8080
Extends,
8181
E,
82-
PP & Props,
82+
PP,
8383
Defaults,
8484
MakeDefaultsOptional,
8585
{},

0 commit comments

Comments
 (0)