/** * The SharePoint Framework loader * * @remarks * Built on familiar standards such as RequireJS and WebPack, * the loader is the first part of the SharePoint Framework to load on a page. * It manages versioning and loading of client-side components. * * @packagedocumentation */ export { SPComponentLoader } from './loader/SPComponentLoader'; export type { IDebugData as _IDebugData } from './debug/DebugManager'; export type { ISPComponentLoader as _ISPComponentLoader, IAssemblyComponent as _IAssemblyComponent } from './interfaces/ISPComponentLoader'; export type { ILoadScriptOptions } from './interfaces/ILoadScriptOptions'; export { default as _SPStarter, type IErrorInformation as _IErrorInformation, _INCLUDE_APP_WORKLOAD, _APP_WORKLOAD_QSP } from './starter/SPStarter'; export type { IMinimalPreloadedData as _IMinimalPreloadedData, IPreloadedData as _IPreloadedData, IPreloadedCustomAction as _IPreloadedCustomAction, IExtendedPreloadedData as _IExtendedPreloadedData } from './interfaces/IPreloadedData'; export { default as _SPLoaderFlights } from './utilities/SPLoaderFlights'; export { default as _ManifestStore, type IManifestStoreEntry as _IManifestStoreEntry } from './stores/ManifestStore'; export { default as _ManifestProvider } from './stores/ManifestProvider'; export { OldManifestStoreShim as _OldManifestStoreShim } from './tiny/store/ManifestStore'; export { IframeLoadRedirector as _IframeLoadRedirector } from './iframeLoadRedirector/IframeLoadRedirector'; //# sourceMappingURL=index.d.ts.map