There was an error while loading. Please reload this page.
1 parent 30db95f commit 1b67c15Copy full SHA for 1b67c15
1 file changed
src/plugins/plugin_registries.ts
@@ -59,7 +59,7 @@ import { FigureUIPlugin } from "./ui_stateful/figure";
59
import { HeaderPositionsUIPlugin } from "./ui_stateful/header_positions";
60
import { GridSelectionPlugin } from "./ui_stateful/selection";
61
62
-class PluginRegistry<T extends new (config: any) => any> extends Registry<T> {
+export class PluginRegistry<T extends new (config: any) => any> extends Registry<T> {
63
constructor(private readonly PluginClass: new (config: any) => any) {
64
super();
65
}
0 commit comments