UNPKG

@cmk/fe_utils

Version:
4 lines (2 loc) 184 B
import { Image } from '../../../types'; export declare const deserializeImages: (imagesIn: Omit<Image, "image" | "src">[], editorStateImages: Image[], project_id: string) => Image[];