Skip to content

Commit 1711f0e

Browse files
committed
export IPluginContext
1 parent 017f039 commit 1711f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import * as allPlugins from "./plugins";
22

33
export const plugins = allPlugins;
4-
export {IPlugin, DType} from "./plugin";
4+
export {IPlugin, IPluginContext, DType} from "./plugin";

0 commit comments

Comments
 (0)