UNPKG

@microsoft/sp-webpart-base

Version:

SharePoint Framework support for building web parts

10 lines 281 B
/** * This class contains constants shared by the webpart infrastructure. * * @internal */ declare namespace ClientSideWebPartConstants { const containerAttribute: string; } export default ClientSideWebPartConstants; //# sourceMappingURL=ClientSideWebPartConstants.d.ts.map