File tree Expand file tree Collapse file tree 1 file changed +19
-17
lines changed
packages/runtime-core/src Expand file tree Collapse file tree 1 file changed +19
-17
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ export type DefineComponent<
7474 Directives extends Record < string , Directive > = { } ,
7575 Exposed extends string = string ,
7676 Provide extends ComponentProvideOptions = ComponentProvideOptions ,
77+ _MakeDefaultsOptional extends boolean = true ,
7778 TypeRefs extends Record < string , unknown > = { } ,
7879 TypeEl extends Element = any ,
7980> = InferComponentOptions <
@@ -405,23 +406,24 @@ export function defineComponent<
405406 __typeRefs ?: TypeRefs
406407 __typeEl ?: TypeEl
407408 } ,
408- { } ,
409- { } ,
410- { } ,
411- { } ,
412- { } ,
413- { } ,
414- { } ,
415- string ,
416- { } ,
417- { } ,
418- { } ,
419- { } ,
420- { } ,
421- { } ,
422- string ,
423- { } ,
424- { } ,
409+ any ,
410+ any ,
411+ any ,
412+ any ,
413+ any ,
414+ any ,
415+ any ,
416+ any ,
417+ any ,
418+ any ,
419+ any ,
420+ any ,
421+ any ,
422+ any ,
423+ any ,
424+ any ,
425+ any ,
426+ any ,
425427 any
426428>
427429
You can’t perform that action at this time.
0 commit comments