UNPKG

125 BTypeScriptView Raw
1import "preact/debug";
2declare function csr(fileName: string, Page: any, initialProps?: any): Promise<void>;
3export { csr };