UNPKG

@stencil/core

Version:

A Compiler for Web Components and Progressive Web Apps

8 lines (7 loc) 166 B
export declare function loaderPlugin(entries: { [id: string]: string; }): { name: string; resolveId(id: string): string; load(id: string): string; };