File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1112,7 +1112,7 @@ export interface InitOpts<T extends Ractive<T> = Ractive> extends BaseInitOpts<T
1112
1112
1113
1113
export interface Registries < T extends Ractive < T > > {
1114
1114
adaptors : Registry < Adaptor > ;
1115
- components : Registry < Component > ;
1115
+ components : Registry < CanComponent > ;
1116
1116
decorators : Registry < Decorator < T > > ;
1117
1117
easings : Registry < Easing > ;
1118
1118
events : Registry < Event > ;
@@ -1133,7 +1133,7 @@ export interface Static<T extends Ractive<T> = Ractive> {
1133
1133
defaults : Registries < T > & ValueMap ;
1134
1134
1135
1135
adaptors : Registry < Adaptor > ;
1136
- components : Registry < Component > ;
1136
+ components : Registry < CanComponent > ;
1137
1137
css ?: string | CssFn ;
1138
1138
decorators : Registry < Decorator < T > > ;
1139
1139
easings : Registry < Easing > ;
@@ -1616,7 +1616,7 @@ export class Ractive<T extends Ractive<T> = Ractive<any>> implements PropertyOpt
1616
1616
static defaults : Registries < Ractive > ;
1617
1617
1618
1618
static adaptors : Registry < Adaptor > ;
1619
- static components : Registry < Component > ;
1619
+ static components : Registry < CanComponent > ;
1620
1620
static decorators : Registry < Decorator > ;
1621
1621
static easings : Registry < Easing > ;
1622
1622
static events : Registry < EventPlugin > ;
You can’t perform that action at this time.
0 commit comments