UNPKG

drupal-react-oauth-provider

Version:
7 lines (6 loc) 175 B
/** * @example * const isAuthenticated = useAuthenticated(); * {isAuthenticated ? "Yes" : "No"} */ export declare const useAuthenticated: () => boolean | undefined;