UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

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