UNPKG

@stencil/core

Version:

A Compiler for Web Components and Progressive Web Apps

8 lines (7 loc) 185 B
export declare function stencilExternalRuntimePlugin(externalRuntime: string): { name: string; resolveId(id: string): { id: string; external: boolean; }; };