@microsoft/mgt-spfx
Version:
SharePoint Framework library for Microsoft Graph Toolkit
11 lines • 578 B
JavaScript
/**
* -------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License.
* See License in the project root for license information.
* -------------------------------------------------------------------------------------------
*/
export { MgtLibrary } from './libraries/mgt/MgtLibrary';
export * from '@microsoft/mgt-sharepoint-provider';
export * from '@microsoft/mgt-components';
export * from '@microsoft/mgt-element';
//# sourceMappingURL=index.js.map