@orangecheck/ui / OcAccountMenuView
Function: OcAccountMenuView()
function OcAccountMenuView(__namedParameters: OcAccountMenuViewProps): any;
Defined in: account-menu.tsx:616
Presentational variant — takes a session as an explicit prop. Use
this when your site runs its own auth context (e.g. ochk.io's
local useAuth) and you want the family-consistent visual without
mounting <OcSessionProvider>.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | OcAccountMenuViewProps |
Returns
any