UNPKG

@excentone/spfx-react

Version:

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

7 lines (6 loc) 224 B
import { SPRest } from "@pnp/sp"; /** * `useSpClient` returns the SharePoint API Client instance registered in the service scope. * @returns The `SPRestClient` instance. */ export declare const useSpClient: () => SPRest;