UNPKG

@imgly/plugin-ai-generation-web

Version:

AI generation plugin for the CE.SDK editor

8 lines (7 loc) 416 B
import { OutputKind, Output } from '../core/provider'; import { InitializationContext } from '../types'; /** * Initializes the history asset source for the given provider. */ declare function initializeHistoryAssetLibraryEntry<K extends OutputKind, I, O extends Output>(context: InitializationContext<K, I, O>, historyAssetSourceId?: string): string | undefined; export default initializeHistoryAssetLibraryEntry;