We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017f039 commit 1711f0eCopy full SHA for 1711f0e
plugins/index.ts
@@ -1,4 +1,4 @@
1
import * as allPlugins from "./plugins";
2
3
export const plugins = allPlugins;
4
-export {IPlugin, DType} from "./plugin";
+export {IPlugin, IPluginContext, DType} from "./plugin";
0 commit comments