@microsoft/sp-webpart-base
Version:
SharePoint Framework support for building web parts
10 lines • 304 B
TypeScript
import { BaseWebPartHost } from './BaseWebPartHost';
/**
* The minimal web part host is the simplest implementation needed to use the
* Client Side Web Part Manager.
*
* @internal
*/
export declare class MinimalWebPartHost extends BaseWebPartHost {
}
//# sourceMappingURL=MinimalWebPartHost.d.ts.map