UNPKG

alinea

Version:
4 lines (3 loc) 205 B
import type { CMS } from 'alinea/core/CMS'; import type { ComponentType } from 'react'; export declare function bootProd(handlerUrl: string, cms: CMS, views: Record<string, ComponentType>): Promise<void>;