5 lines
172 B
TypeScript
5 lines
172 B
TypeScript
/// <reference path="./stencil-ext-modules.d.ts" />
|
|
export * from './stencil-private';
|
|
export * from './stencil-public-compiler';
|
|
export * from './stencil-public-runtime';
|