UNPKG

alinea

Version:
4 lines (3 loc) 270 B
import type { CMS } from 'alinea/core/CMS'; import type { GenerateContext } from './GenerateContext.js'; export declare function generateDashboard({ configLocation, rootDir, configDir }: GenerateContext, cms: CMS, handlerUrl: string, staticFile: string): Promise<void>;