UNPKG

@microsoft/sp-webpart-base

Version:

SharePoint Framework support for building web parts

9 lines 408 B
// Copyright (c) Microsoft. All rights reserved. /** * * When a web part is serialized, some pieces of the serialized data is controlled by the web part code and * some other pieces are controlled by the framework. This file contains the interface that represents the part of * the serialized data that is controlled by the web part code. */ export {}; //# sourceMappingURL=ISerializedWebPartData.js.map