UNPKG

@imgly/plugin-ai-generation-web

Version:

AI generation plugin for the CE.SDK editor

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