UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

4 lines 332 B
import { IPropertyPaneField } from '@microsoft/sp-property-pane'; import { IPropertyFieldOrderProps } from './IPropertyFieldOrder'; export declare function PropertyFieldOrder(targetProperty: string, properties: IPropertyFieldOrderProps): IPropertyPaneField<IPropertyFieldOrderProps>; //# sourceMappingURL=PropertyFieldOrder.d.ts.map