UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

9 lines 509 B
import { IPropertyPaneField } from '@microsoft/sp-property-pane'; import { IPropertyFieldCollectionDataProps, IPropertyFieldCollectionDataPropsInternal } from './IPropertyFieldCollectionData'; /** * Property field * @param targetProperty * @param properties */ export declare function PropertyFieldCollectionData(targetProperty: string, properties: IPropertyFieldCollectionDataProps): IPropertyPaneField<IPropertyFieldCollectionDataPropsInternal>; //# sourceMappingURL=PropertyFieldCollectionData.d.ts.map