Commit a92e7770 authored by nanahira's avatar nanahira

fix

parent 6bf75409
...@@ -25,10 +25,7 @@ export class MultiInstancePluginFramework< ...@@ -25,10 +25,7 @@ export class MultiInstancePluginFramework<
instances: TypeFromClass<InnerPlugin>[] = []; instances: TypeFromClass<InnerPlugin>[] = [];
_getInnerPlugin(): new ( _getInnerPlugin(): InnerPlugin {
ctx: Context,
config: ClassPluginConfig<InnerPlugin>,
) => any {
throw new Error(`Not implemented`); throw new Error(`Not implemented`);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment