UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

4 lines 380 B
import { IPropertyPaneField } from '@microsoft/sp-property-pane'; import { IPropertyPaneWebPartInformationProps } from "./IPropertyPaneWebPartInformation"; export declare function PropertyPaneWebPartInformation(properties: IPropertyPaneWebPartInformationProps): IPropertyPaneField<IPropertyPaneWebPartInformationProps>; //# sourceMappingURL=PropertyPaneWebPartInformation.d.ts.map