UNPKG

@kinde-oss/kinde-auth-react

Version:

Kinde React SDK for authentication

8 lines (6 loc) 246 B
export { useKindeAuth } from "./hooks/useKindeAuth"; export { KindeProvider } from "./state/KindeProvider"; // Type exports export type { State } from "./state/types"; export * from "./state/KindeContext"; export * from "./state/KindeProvider";