@vue-storefront/storyblok
Version:
Storyblok CMS integration with Vue Storefront
8 lines • 340 B
TypeScript
import { Content, Image } from '../types';
export declare const buildImageObject: (items: Image[], actions?: {
replace: boolean;
}) => Image[] | Image;
export declare const extractNestedComponents: (data: {
content: Content[];
} | Content[] | Content, stories?: boolean) => void | boolean;
//# sourceMappingURL=index.d.ts.map