UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

9 lines 711 B
import { IPropertyPaneField } from '@microsoft/sp-property-pane'; import { IPropertyFieldLabelWithCalloutPropsInternal, IPropertyFieldLabelWithCalloutProps } from './IPropertyFieldLabelWithCallout'; /** * Helper method to create a Label with Callout component on the PropertyPane. * @param targetProperty - Target property the Label with Callout component is associated to. * @param properties - Strongly typed Label with Callout component properties. */ export declare function PropertyFieldLabelWithCallout(targetProperty: string, properties: IPropertyFieldLabelWithCalloutProps): IPropertyPaneField<IPropertyFieldLabelWithCalloutPropsInternal>; //# sourceMappingURL=PropertyFieldLabelWithCallout.d.ts.map