Skip to content

Commit bd20c11

Browse files
committed
feat(): expose custom-docs apis
1 parent d52a39b commit bd20c11

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/packages/internal/index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ export {
66
HTMLStencilElement,
77
JSXBase,
88
OutputTargetCustom,
9+
OutputTargetDocsCustom,
910
Plugin,
1011
PluginCtx,
1112
PrintLine
1213
} from '../dist/declarations';
14+
export * from '../dist/declarations/docs';
15+

0 commit comments

Comments
 (0)