UNPKG

@stencil/core

Version:

A Compiler for Web Components and Progressive Web Apps

5 lines (4 loc) 400 B
import * as d from '../../../declarations'; import ts from 'typescript'; export declare function transformToLazyComponentText(compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, opts: d.TransformOptions, cmp: d.ComponentCompilerMeta, inputText: string): string; export declare function lazyComponentTransform(compilerCtx: d.CompilerCtx, opts: d.TransformOptions): ts.TransformerFactory<ts.SourceFile>;