UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

4 lines 493 B
import { IPropertyPaneField } from '@microsoft/sp-property-pane'; import { IPropertyFieldChoiceGroupWithCalloutProps, IPropertyFieldChoiceGroupWithCalloutPropsInternal } from './IPropertyFieldChoiceGroupWithCallout'; export declare function PropertyFieldChoiceGroupWithCallout(targetProperty: string, properties: IPropertyFieldChoiceGroupWithCalloutProps): IPropertyPaneField<IPropertyFieldChoiceGroupWithCalloutPropsInternal>; //# sourceMappingURL=PropertyFieldChoiceGroupWithCallout.d.ts.map