UNPKG

nano-jsx

Version:

SSR first, lightweight 1kB JSX library.

7 lines 261 B
export declare const initSSR: (pathname?: string) => void; export declare const renderSSR: (component: any, options?: { pathname?: string; clearState?: boolean; }) => string; export declare const clearState: () => void; //# sourceMappingURL=ssr.d.ts.map