@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
11 lines • 563 B
TypeScript
import { IPropertyPaneMarkdownContentProps } from "./IPropertyPaneMarkdownContent";
import { IPropertyPaneField } from '@microsoft/sp-property-pane';
/**
* Creates a property pane section that displays read-only markdown content.
* Use this property pane control to display additional instructions, help
* screens, etc.
*
* @param properties
*/
export declare function PropertyPaneMarkdownContent(properties: IPropertyPaneMarkdownContentProps): IPropertyPaneField<IPropertyPaneMarkdownContentProps>;
//# sourceMappingURL=PropertyPaneMarkdownContent.d.ts.map