UNPKG

@embeddable.com/sdk-core

Version:

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

5 lines (4 loc) 244 B
import { ResolvedEmbeddableConfig } from "./defineConfig"; declare const _default: (ctx: ResolvedEmbeddableConfig) => Promise<void>; export default _default; export declare function removeIfExists(ctx: ResolvedEmbeddableConfig): Promise<void>;