UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

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