UNPKG

379 BTypeScriptView Raw
1/// <reference path="./images.d.ts" />
2
3export {
4 CompilerCtx,
5 ComponentCompilerMeta,
6 Config,
7 Diagnostic,
8 HTMLStencilElement,
9 JSXBase,
10 OutputTargetCustom,
11 OutputTargetDocsCustom,
12 Plugin,
13 PluginCtx,
14 PluginTransformResults,
15 PrintLine
16} from '../dist/declarations';
17export * from '../dist/declarations/screenshots';
18export * from '../dist/declarations/docs';