UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

9 lines 638 B
import { IPropertyPaneField } from '@microsoft/sp-property-pane'; import { IPropertyFieldPeoplePickerProps, IPropertyFieldPeoplePickerPropsInternal } from './IPropertyFieldPeoplePicker'; /** * Helper method to create a People Picker on the PropertyPane. * @param targetProperty - Target property the people picker is associated to. * @param properties - Strongly typed people Picker properties. */ export declare function PropertyFieldPeoplePicker(targetProperty: string, properties: IPropertyFieldPeoplePickerProps): IPropertyPaneField<IPropertyFieldPeoplePickerPropsInternal>; //# sourceMappingURL=PropertyFieldPeoplePicker.d.ts.map