Compat Core
Re-exports `@better-auth-ui/core` unchanged for consumers that want the upstream framework-agnostic core through the Athena package namespace.
Import
import { someExport } from "@xylex-group/athena-auth-ui/compat/core"Notes
- This entrypoint is documented at the entrypoint level because it re-exports an upstream package surface rather than owning separate local components, hooks, or functions in this repository.
- The local docs folder focuses on the package-owned API in
packages/heroui/src.
Entrypoints
This index explains how the package export map is split across the root UI surface, page shells, transactional emails, plugin helpers, compat re-exports, and styles.
Compat Core Plugins
Re-exports `@better-auth-ui/core/plugins` unchanged for consumers that want the upstream core plugin factories through the Athena package namespace.