@stencil/core
Version:
A Compiler for Web Components and Progressive Web Apps
19 lines (17 loc) • 379 B
TypeScript
/// <reference path="./images.d.ts" />
export {
CompilerCtx,
ComponentCompilerMeta,
Config,
Diagnostic,
HTMLStencilElement,
JSXBase,
OutputTargetCustom,
OutputTargetDocsCustom,
Plugin,
PluginCtx,
PluginTransformResults,
PrintLine
} from '../dist/declarations';
export * from '../dist/declarations/screenshots';
export * from '../dist/declarations/docs';