UNPKG

@kinde-oss/kinde-auth-react

Version:

Kinde React SDK for authentication

9 lines (7 loc) 322 B
export { useKindeAuth } from "./hooks/useKindeAuth"; export { KindeProvider } from "./state/KindeProvider"; // Type exports export type { State, ActivityTimeoutConfig } from "./state/types"; export { TimeoutActivityType } from "./state/types"; export * from "./state/KindeContext"; export * from "./state/KindeProvider";