Files
baya-monorepo/client/src/context/auth/index.ts
T
2026-06-23 23:36:19 +03:30

5 lines
210 B
TypeScript

export { AuthProvider, useAuth } from './AuthContext';
export type { AuthContextValue } from './AuthContext';
export { INITIAL_AUTH_STATE } from './types';
export type { AuthAction, AuthState } from './types';