// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. /** * SharePoint property pane page header. */ export interface PropertyPanePageHeader { /** * The description of the page. */ description: string; }