UNPKG

@contentstack/utils

Version:
4 lines (3 loc) 332 B
import { EntryEmbedable } from '../Models/embedded-object'; export declare function findRenderContent<Type>(keyPaths: string, entry: EntryEmbedable, render: (content: Type) => (string | string[])): void; export declare function getContent<Type>(keys: string[], object: any, render: (content: Type) => (string | string[])): void;