UNPKG

@auth-tower/react

Version:

Everything you need to integrate Auth Tower in your react app

8 lines 330 B
interface TenantSwitcherProps { currentTenantId?: string; isCollapsed?: boolean; onTenantSwitch?: (tenantId: string) => void; } export default function TenantSwitcher({ isCollapsed, onTenantSwitch }: TenantSwitcherProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=TenantSwitcher.d.ts.map