/** * UI-only authentication components for `@tempots/beatui/auth`. * * Provides callback-driven login, registration, password reset, and social * sign-in forms. These components are framework-agnostic — wire them to any * auth backend via the `onLogin`, `onRegister`, and similar callbacks. * * ```ts * import { AuthContainer, LoginForm } from '@tempots/beatui/auth' * ``` * * @module */ export * from '../components/auth';