@embeddable.com/sdk-core
Version:
Core Embeddable SDK module responsible for web-components bundling and publishing.
5 lines (4 loc) • 360 B
TypeScript
import { ResolvedEmbeddableConfig } from "./defineConfig";
import { Options, Ora } from "ora";
export declare function getWorkspaces(ctx: ResolvedEmbeddableConfig, token: string, workspaceSpinner: Ora): Promise<any>;
export declare function selectWorkspace(ora: (options?: string | Options) => Ora, ctx: ResolvedEmbeddableConfig, token: string): Promise<any>;