UNPKG

@devfamily/admiral

Version:

Admiral is a frontend framework for creating back office using React. It provides out-of-the-box components and tools that make developing an admin interface easy and fast.

6 lines (5 loc) 204 B
/** * Return the current user identity by calling authProvider.getIdentity() on mount */ declare const useGetIdentity: () => import("./interfaces").UserContextStateValue; export default useGetIdentity;