UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

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