sp-dev-fx-webparts/samples/react-enhanced-powerapps/lib/controls/PropertyPaneMarkdownContent/PropertyPaneMarkdownContent...

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