UNPKG

@embeddable.com/sdk-core

Version:

Core Embeddable SDK module responsible for web-components bundling and publishing.

21 lines (20 loc) 476 B
declare const _default: (coreRoot: string, clientRoot: string) => { core: { rootDir: string; templatesDir: string; configsDir: string; }; client: { rootDir: string; buildDir: string; srcDir: string; tmpDir: string; componentDir: string; stencilBuild: string; archiveFile: string; }; outputOptions: { typesEntryPointFilename: string; }; }; export default _default;