UNPKG

@imgly/plugin-ai-generation-web

Version:

AI generation plugin for the CE.SDK editor

9 lines (8 loc) 415 B
import { OutputKind } from '../core/provider'; import CreativeEditorSDK from '@cesdk/cesdk-js'; /** * Integrates the asset sources into the default asset library entry for the * given kind. */ declare function integrateIntoDefaultAssetLibraryEntry<K extends OutputKind>(kind: K, historAssetSourceIds: string[], cesdk: CreativeEditorSDK): string | undefined; export default integrateIntoDefaultAssetLibraryEntry;