@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
9 lines • 618 B
TypeScript
import { IPropertyPaneField } from '@microsoft/sp-property-pane';
import { IPropertyFieldSitePickerPropsInternal, IPropertyFieldSitePickerProps } from './IPropertyFieldSitePicker';
/**
* Helper method to create a Site Picker on the PropertyPane.
* @param targetProperty - Target property the site picker is associated to.
* @param properties - Strongly typed site Picker properties.
*/
export declare function PropertyFieldSitePicker(targetProperty: string, properties: IPropertyFieldSitePickerProps): IPropertyPaneField<IPropertyFieldSitePickerPropsInternal>;
//# sourceMappingURL=PropertyFieldSitePicker.d.ts.map