@bolttech/server-side-next
Version:
This library was generated with [Nx](https://nx.dev).
5 lines (4 loc) • 314 B
TypeScript
import { ComponentType } from 'react';
import { Session, AppProps, Config, ConfigContext } from '@bolttech/essentials';
declare const WithSession: (WrappedComponent: ComponentType<AppProps>, useSession: () => Session, useConfig: () => ConfigContext<Config>) => ComponentType<AppProps>;
export { WithSession };