UNPKG

@imgly/plugin-ai-generation-web

Version:

AI generation plugin for the CE.SDK editor

12 lines (11 loc) 427 B
import { OutputKind } from '../core/provider'; import CreativeEditorSDK from '@cesdk/cesdk-js'; /** * Initializes the combined history asset source for the given asset sources. */ declare function initializeHistoryCompositeAssetSource<K extends OutputKind>(options: { kind: K; cesdk: CreativeEditorSDK; historAssetSourceIds: string[]; }): string | undefined; export default initializeHistoryCompositeAssetSource;