UNPKG

@excentone/spfx-react

Version:

Contains custom ReactJs components and hooks intended to use when developing SharePoint Framework (SPFx) Web components.

8 lines (6 loc) 236 B
import { useContext } from "react"; export const createUseUserIdentityContext = (context) => { const useUserIdentity = () => useContext(context); return useUserIdentity; }; //# sourceMappingURL=UserIdentityContext.hooks.js.map