@getcronit/pylon
Version:

15 lines (14 loc) • 333 B
TypeScript
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;