Home > @vue-storefront/core > RenderContentFactoryParams
RenderContentFactoryParams type
Signature:
export declare type RenderContentFactoryParams<CONTENT = any> = {
extractContent: (content: any) => CONTENT;
};
Home > @vue-storefront/core > RenderContentFactoryParams
Signature:
export declare type RenderContentFactoryParams<CONTENT = any> = {
extractContent: (content: any) => CONTENT;
};
On this page