UNPKG

@imgly/plugin-ai-generation-web

Version:

AI generation plugin for the CE.SDK editor

5 lines (4 loc) 339 B
import { type AssetResult } from '@cesdk/cesdk-js'; import { type OutputKind, GetBlockInputResult, Output } from '../core/provider'; declare function getAssetResultForGenerated<K extends OutputKind>(id: string, kind: K, blockInputs: GetBlockInputResult<K>, output: Output): Promise<AssetResult>; export default getAssetResultForGenerated;