Skip to content

Commit db5fbb5

Browse files
committed
feat(): expose PluginCtx and PrintLine
1 parent 06333d7 commit db5fbb5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/packages/internal/index.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ export {
22
CompilerCtx,
33
ComponentCompilerMeta,
44
Config,
5+
Diagnostic,
56
HTMLStencilElement,
67
JSXBase,
78
OutputTargetCustom,
89
Plugin,
9-
Diagnostic
10+
PluginCtx,
11+
PrintLine
1012
} from '../dist/declarations';

0 commit comments

Comments
 (0)