UNPKG

@altanlabs/auth

Version:

React authentication library built on top of @altanlabs/database

9 lines 304 B
export interface LogoutProps { appearance?: { theme?: 'light' | 'dark'; }; onLogout?: () => void; className?: string; } export default function Logout({ appearance, onLogout, className, }: LogoutProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Logout.d.ts.map