UNPKG

tanam

Version:

Pluggable CMS for Firebase

5 lines (4 loc) 253 B
import { PageContext } from './models'; export declare function compileTemplate(context: PageContext): Promise<string>; export declare function renderPage404(): Promise<string>; export declare function renderPage(context: PageContext): Promise<string>;