UNPKG

@bolttech/server-side-next

Version:

This library was generated with [Nx](https://nx.dev).

8 lines (7 loc) 403 B
import { CmsHelperInterface, CmsServiceInterface, MapperServiceInterface } from '../interfaces'; import { Component, Page } from '../types'; declare class MapperService implements MapperServiceInterface { handle(page: Page, cmsService: CmsServiceInterface, cmsHelper: CmsHelperInterface, importMapper: any): Promise<Component>; } export declare const mapperService: MapperService; export {};