UNPKG

@microsoft/sp-webpart-base

Version:

SharePoint Framework support for building web parts

7 lines 339 B
import type IframedWebPartController from '../../chunks/IframedWebPartController/IframedWebPartController'; /** * Async loader for the full size web part layout * @internal */ export default function IframedWebPartControllerLoader(): Promise<typeof IframedWebPartController>; //# sourceMappingURL=IframedWebPartControllerLoader.d.ts.map