/** * Microsoft Graph communication layer for the SharePoint Framework * * @remarks * This package defines the base communication layer between Microsoft Graph and * the SharePoint Framework. * * @packagedocumentation */ export { default as MSGraphClient, type IGraphRequest as GraphRequest } from './MSGraphClient'; export type { default as MSGraphClientV3 } from './MSGraphClientV3'; export { default as MSGraphClientFactory } from './MSGraphClientFactory'; //# sourceMappingURL=index.d.ts.map