@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
4 lines • 493 B
TypeScript
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