UNPKG

@getcronit/pylon

Version:

![Pylon cover](https://github.com/user-attachments/assets/c28e49b2-5672-4849-826e-8b2eab0360cc)

15 lines (14 loc) 333 B
import React from 'react'; import { PageProps } from '..'; export declare const AppLoader: (props: { client: any; pylonData: { pageProps: Omit<PageProps, "data">; cacheSnapshot?: any; }; App: React.FC<{ pageProps: PageProps; }>; Router: React.FC<any>; routerProps: any; }) => any;