UNPKG
opensora-uaa-nextjs
Version:
latest (1.0.1)
1.0.1
1.0.0
Universal Authentication & Authorization SDK for Next.js
opensora-uaa-nextjs
/
src
/
index.ts
4 lines
(3 loc)
•
155 B
text/typescript
View Raw
1
2
3
4
export
{
UAAProvider
, useUAA }
from
'./provider'
;
export
{ withAuth }
from
'./withAuth'
;
export
type
{
UAAContextValue
,
UAAProviderProps
}
from
'./types'
;