UNPKG

@aleph-us/header-components

Version:
7 lines (6 loc) 248 B
interface UserSessionProps { onLogout?: () => void; shouldAutomaticallyLogout?: boolean; } export declare function UserSession({ onLogout, shouldAutomaticallyLogout, }: UserSessionProps): import("react/jsx-runtime").JSX.Element; export {};