File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
packages/runtime-core/src Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,6 @@ export type ConcreteComponentOptions = Omit<
121121 | 'extends'
122122 | 'setup'
123123 | 'data'
124- | '__differentiator'
125124>
126125
127126export interface ComponentOptionsBase <
@@ -435,16 +434,6 @@ interface LegacyOptions<
435434 * @deprecated use `compilerOptions.delimiters` instead.
436435 */
437436 delimiters ?: [ string , string ]
438-
439- /**
440- * #3468
441- *
442- * type-only, used to assist Mixin's type inference,
443- * typescript will try to simplify the inferred `Mixin` type,
444- * with the `__differentiator`, typescript won't be able to combine different mixins,
445- * because the `__differentiator` will be different
446- */
447- __differentiator ?: keyof D | keyof C | keyof M
448437}
449438
450439type MergedHook < T = ( ) => void > = T | T [ ]
You can’t perform that action at this time.
0 commit comments