UNPKG

@hellocoop/nextjs

Version:

Next.js SDK for Hellō https://hello.dev

7 lines 379 B
export type { Config as HelloConfig, LoginSyncResponse, LogoutSyncResponse, LoginSyncParams, } from '@hellocoop/api'; export type { Auth } from '@hellocoop/definitions'; export { getAuth, getServerSideProps, pageAuth, pagesAuth } from './pages'; export { appAuth } from './app'; export { auth } from './auth'; export * from '@hellocoop/react'; //# sourceMappingURL=index.d.ts.map