/** * Options for the loadScript() method in ISPComponentLoader * * @public */ export interface ILoadScriptOptions { /** * If set, the loaded script will be stored in a global variable under this name. */ globalExportsName?: string; } //# sourceMappingURL=ILoadScriptOptions.d.ts.map