You are reading the documentation for Vue Storefront v2. See the latest docs.

Home > @vue-storefront/core > RenderContentFactoryParams

RenderContentFactoryParams type

Signature:

export declare type RenderContentFactoryParams<CONTENT = any> = {
    extractContent: (content: any) => CONTENT;
};