Commit a92e7770 authored by nanahira's avatar nanahira

fix

parent 6bf75409
......@@ -25,10 +25,7 @@ export class MultiInstancePluginFramework<
instances: TypeFromClass<InnerPlugin>[] = [];
_getInnerPlugin(): new (
ctx: Context,
config: ClassPluginConfig<InnerPlugin>,
) => any {
_getInnerPlugin(): InnerPlugin {
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