UNPKG

@excentone/spfx-react

Version:

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

4 lines (3 loc) 334 B
import { ISpfxComponentUser } from "@excentone/spfx-core-lib"; import { UserIdentityContext } from "./UserIdentityContext.types"; export declare const createUseUserIdentityContext: <TUser extends ISpfxComponentUser>(context: UserIdentityContext<TUser>) => () => import("./UserIdentityContext.types").IUserIdentityContextProps<TUser>;